|
@@ -1683,7 +1683,7 @@ if $ARGS[0] = 'cum_force':
|
|
|
booty_call['creampie_force'] = 1
|
|
|
|
|
|
!! differing descriptions based on position
|
|
|
- if booty_call['condom'] = 1:
|
|
|
+ if booty_call['condom'] = 1 and booty_call['no_condom'] = 0:
|
|
|
gs'cum_call', '',$boy,1,3
|
|
|
if pcs_horny > 90:
|
|
|
$orgasm_or = 'yes'
|
|
@@ -1988,7 +1988,8 @@ if $ARGS[0] = 'creampie_surprise_cum_together':
|
|
|
'"Did... did we... did you...?" he pants.'
|
|
|
end
|
|
|
|
|
|
- gs'booty_call_reactions', 'creampie_react'
|
|
|
+!! gs'booty_call_reactions', 'creampie_react'
|
|
|
+ gs'booty_call_reactions', 'react_menu'
|
|
|
|
|
|
if (booty_call['orgasm_count'] >= 5 or pcs_sleep < 20) and (hour >= 20 or hour =< 4):
|
|
|
act'Collapse':gt'booty_call_after', 'black_out'
|
|
@@ -2097,6 +2098,7 @@ if $ARGS[0] = 'cum_condom':
|
|
|
$booty_call['cum_describe2'] = 'settling your self down onto his rubber encased cock'
|
|
|
end
|
|
|
if condom_break > 0:
|
|
|
+ $booty_call['last_cum'] = 'broken_condom'
|
|
|
booty_call['broken_condom'] = 1
|
|
|
if booty_call['orgasm'] < orgasm:
|
|
|
booty_call['came_together'] = 2
|
|
@@ -2145,6 +2147,7 @@ if $ARGS[0] = 'broken_condom1':
|
|
|
end
|
|
|
gs'booty_call_reactions', 'oh_shit_options'
|
|
|
gs'booty_call_reactions', 'creampie_accident_birth_control'
|
|
|
+ gs'booty_call_reactions', 'creampie_safe_day'
|
|
|
end
|
|
|
|
|
|
act'Come':
|
|
@@ -2177,6 +2180,7 @@ if $ARGS[0] = 'broken_condom1':
|
|
|
end
|
|
|
gs'booty_call_reactions', 'oh_shit_options'
|
|
|
gs'booty_call_reactions', 'creampie_accident_birth_control'
|
|
|
+ gs'booty_call_reactions', 'creampie_safe_day'
|
|
|
end
|
|
|
end
|
|
|
end
|