|
@@ -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:
|