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