|
@@ -629,7 +629,7 @@ if $ARGS[0] = 'buy_preg_test':
|
|
|
'"<<$pcs_nickname>>! What happened??"'
|
|
|
'"I know, Aunt," you say, deeply embarrassed. "I just... made a mistake..."'
|
|
|
'"I guess we all make those," she sighs, taking a small box off the shelf. "Goodness knows, your sister''s living proof of that. Literally."'
|
|
|
- !! if rape[2] > (daystart - 3):
|
|
|
+ !! if rape_day+3 > daystart:
|
|
|
!! act'I was raped':gt 'pav_pharmacy', 'buy_morning_after_raped'
|
|
|
!! end
|
|
|
end
|
|
@@ -762,7 +762,7 @@ if $ARGS[0] = 'buy_morning_after':
|
|
|
if birth_control['condom_stealth'] >= daystart - 3:
|
|
|
act'I got stealthed':gs 'pav_pharmacy', 'morning_after_stealth_meek'
|
|
|
end
|
|
|
-!! if rape[2] > (daystart - 3):
|
|
|
+!! if rape_day+3 > daystart:
|
|
|
!! act'I was raped':gt 'pav_pharmacy', 'buy_morning_after_raped'
|
|
|
!! end
|
|
|
end
|