|
@@ -288,8 +288,9 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
|
|
|
!!Tell mother that you were raped and skip mother being angry at you for being sexualy active event
|
|
|
- if motherKnowRaped = 0 and (rape > 0 or hidden_rape > 0):
|
|
|
+ if rape_count > motherKnowRaped:
|
|
|
act 'Tell her about your rape':
|
|
|
+ motherKnowRaped = rape_count
|
|
|
gt 'mother_chats', 'rape_talk'
|
|
|
end
|
|
|
end
|
|
@@ -1959,6 +1960,7 @@ if $ARGS[0] = 'dildo_find':
|
|
|
killvar 'mom_found_dildo_variable'
|
|
|
!! Effectively blocks this from happening again... can be changed if a 'repeat' version of this scene is ever written
|
|
|
motherQW['seen_dildos'] = 1
|
|
|
+ motherKnowDildo = 1
|
|
|
gs 'stat'
|
|
|
!! TEMPORARY PICTURE
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
@@ -1973,7 +1975,7 @@ if $ARGS[0] = 'dildo_find':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
'You look at her with a firm look. "I bought it with my own money."'
|
|
|
'She looks at you in confusion. "Why would you ever want to spend your money on something like this?"'
|
|
|
- if mom_dildo = 1:
|
|
|
+ if selfmomtoyplay = 1:
|
|
|
'"I don''t know, I saw that you had one and wanted to have one of my own..." you try to explain.'
|
|
|
'Your <<$npc_nickname[''A29'']>> walks up to you and starts brushing your hair. "You''re aware this is for adults only, right? It''s not something that you should be owning. You''re still too young for this..."'
|
|
|
else
|