|
@@ -660,6 +660,11 @@ if $ARGS[0] = 'referral':
|
|
|
GspravkaTimes += 1
|
|
|
'"<<$pcs_nickname>>, you need to go to the clinic. We need a written referral from the gynaecologist for school."'
|
|
|
act 'Continue': gt 'mother'
|
|
|
+ elseif GspravkaT = 0 and GspravkaTimes < 3 and GspravkaTalked ! daystart and motherKnowDildo = 1:
|
|
|
+ GspravkaTalked = daystart
|
|
|
+ GspravkaTimes += 1
|
|
|
+ '"<<$pcs_nickname>>, you need to go to the clinic. I really doubt that you are still a virgin, but we need a written referral from the gynaecologist for school anyway."'
|
|
|
+ act 'Continue': gt 'mother'
|
|
|
elseif dildo_gyno_fail = 1:
|
|
|
gt'mother_sextalk','dildo_gyno_fail'
|
|
|
elseif dildo_gyno_pass = 1:
|