Parcourir la source

[fixed] Accidentally overwrote the therapist stat message instead of adding to it

anjuna krokus il y a 5 mois
Parent
commit
c7700ff8ae
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      locations/stat_display.qsrc

+ 4 - 4
locations/stat_display.qsrc

@@ -367,13 +367,13 @@ if hypnoHair > 0 and (pcs_pubes > 3 or pcs_leghair > 3):
 	end
 
 	if pcs_pubes > 3 and pcs_leghair > 3:
-		$stat_hypno_msg = 'Your legs and pubic mound feel rough to the touch, lowering your mood.'
+		$stat_hypno_msg += 'Your legs and pubic mound feel rough to the touch, lowering your mood.'
 	elseif pcs_pubes > 3:
-		$stat_hypno_msg = 'Your pubic mound feels rough to the touch, lowering your mood.'
+		$stat_hypno_msg += 'Your pubic mound feels rough to the touch, lowering your mood.'
 	else
-		$stat_hypno_msg = 'Your legs feel rough to the touch, lowering your mood.'
+		$stat_hypno_msg += 'Your legs feel rough to the touch, lowering your mood.'
 	end
-	$stat_hypno_tooltip = 'You should shave.'
+	$stat_hypno_tooltip += 'You should shave.'
 end
 
 if hypnoSchedule = 1: