|
@@ -462,7 +462,7 @@ if $ARGS[0] = 'npc_out_of_condoms':
|
|
|
if prezik > 0:
|
|
|
act'Use one of your condoms':
|
|
|
sex_ev['using_pc_condoms'] = 1
|
|
|
- gs 'sex_ev_condoms', 'pc_condom_use'
|
|
|
+ gs 'sex_ev_condoms', 'pc_use_condoms'
|
|
|
cla & *clr
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/misc/condom_put.jpg"></center>'
|
|
|
if prezik > 1:
|
|
@@ -476,7 +476,7 @@ if $ARGS[0] = 'npc_out_of_condoms':
|
|
|
|
|
|
act'Use one of your condoms (mouth)':
|
|
|
sex_ev['using_pc_condoms'] = 1
|
|
|
- gs 'sex_ev_condoms', 'pc_condom_use'
|
|
|
+ gs 'sex_ev_condoms', 'pc_use_condoms'
|
|
|
cla & *clr
|
|
|
'<center><video autoplay loop src="images/shared/sex/misc/condom_mouth.mp4"></video></center>'
|
|
|
'"That''s okay, I''ve got some."'
|
|
@@ -880,7 +880,7 @@ if $ARGS[0] = 'npc_lets_skip_condom':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dont_cum_in_me':
|
|
|
- if birth_control['think_safe'] = 0 and npc_creampie_okay[$boy] = 0:
|
|
|
+ if birth_control['think_safe'] = 0 and npc_creampie_okay[$boy] = 0 and npc_free_creampies[$boy] < 2:
|
|
|
act'Don''t come inside me':
|
|
|
cla & *nl
|
|
|
sex_ev['promise_no_creampie'] = 1
|
|
@@ -1232,7 +1232,7 @@ if $ARGS[0] = 'reenable_condoms2':
|
|
|
act'Mine':
|
|
|
cla & *nl
|
|
|
'"Mine," you smile, happy that this didn''t have to be a big deal.'
|
|
|
- gs 'sex_ev_condoms', 'pc_condom_use'
|
|
|
+ gs 'sex_ev_condoms', 'pc_use_condoms'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -1730,7 +1730,7 @@ if $ARGS[0] = 'already_creampie1':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- if npc_creampie_okay[$boy] ! 2:
|
|
|
+ if npc_creampie_okay[$boy] ! 2 and npc_free_creampies[$boy] < 2:
|
|
|
act'Already been creampied today (free creampies)':
|
|
|
sex_ev['no_condom'] = 1
|
|
|
sex_ev['creampie_allowance'] = 1
|