|
@@ -49,7 +49,7 @@ if $ARGS[0] = 'hypnoGreet':
|
|
|
act 'Wait for him to inspect you':
|
|
|
*clr & cla
|
|
|
if $pantyworntype ! 'none':
|
|
|
- wornPanties = wornPanties + 1
|
|
|
+ wornPanties += 1
|
|
|
'<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/checkPanties2.mp4"></video></center>'
|
|
|
'"Miss <<$pcs_lastname>>, what is this?"'
|
|
|
'"I''m sorry Dr. Pavlov... I don''t know what I was thinking. I-"'
|
|
@@ -86,7 +86,7 @@ if $ARGS[0] = 'hypnoGreet':
|
|
|
elseif hypnoFlashGreet = 1 and succubusflag = 0:
|
|
|
'"Come in! Miss <<$pcs_lastname>>, you remember your manners yes?"'
|
|
|
if $pantyworntype ! 'none':
|
|
|
- wornPanties = wornPanties + 1
|
|
|
+ wornPanties += 1
|
|
|
act 'Lift your skirt for Dr. Pavlov':
|
|
|
*clr & cla
|
|
|
'<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/showPanties.mp4"></video></center>'
|
|
@@ -1747,7 +1747,8 @@ if $ARGS[0] = 'hypnoRandom':
|
|
|
hypnoPanty = 1
|
|
|
bedPanty = 2
|
|
|
! svesta will now get commando lvl 3
|
|
|
- elseif wornPanties > 5:
|
|
|
+ elseif wornPanties > 5 and wornPanties < 100:
|
|
|
+ wornPanties = 100
|
|
|
*clr & cla
|
|
|
hypnoRandomCounter = 0
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/sittingClothed.jpg"></center>'
|