|
@@ -219,7 +219,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'pc_condoms2':
|
|
|
if npc_no_condoms[$boy] > 0:
|
|
|
- if npc_latex_allrg[$boy] = 1:
|
|
|
+ if npc_latex_allergy[$boy] = 1:
|
|
|
gs 'sex_ev_condoms', 'npc_latex_allergy'
|
|
|
else
|
|
|
sex_ev['npc_doesnt_want_condoms'] = 1
|
|
@@ -361,7 +361,7 @@ if $ARGS[0] = 'pc_condom_ask2':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pc_condom_ask3':
|
|
|
- if npc_latex_allrg[$boy] = 1:
|
|
|
+ if npc_latex_allergy[$boy] = 1:
|
|
|
gs 'sex_ev_condoms', 'npc_latex_allergy'
|
|
|
gs 'sex_ev_condoms', 'no_condom1'
|
|
|
elseif rand(1,10) >= 7 and npc_bareback[$boy] ! 2:
|
|
@@ -890,7 +890,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'npc_doesnt_use_condoms':
|
|
|
!! boy says he doesn''t use condoms
|
|
|
- if npc_latex_allrg[$boy] = 1:
|
|
|
+ if npc_latex_allergy[$boy] = 1:
|
|
|
gs 'sex_ev_condoms', 'npc_latex_allergy'
|
|
|
elseif npc_no_condoms_know[$boy] = 1:
|
|
|
if npc_selfish[$boy] = 1:
|
|
@@ -1111,7 +1111,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'no_condom1':
|
|
|
!! he says he doesn''t want to use a condom
|
|
|
- if npc_latex_allrg[$boy] ! 1:
|
|
|
+ if npc_latex_allergy[$boy] ! 1:
|
|
|
act'No way':
|
|
|
cla & *clr
|
|
|
$sex_ev['bed_room']
|
|
@@ -1588,7 +1588,7 @@ if $ARGS[0] = 'reenable_condoms1_stop_bc':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'reenable_condoms2':
|
|
|
- if npc_latex_allrg[$boy] = 1:
|
|
|
+ if npc_latex_allergy[$boy] = 1:
|
|
|
if pc_know_npc_latex_allrg[$boy] = 1:
|
|
|
if npc_assertive[$boy] = 1:
|
|
|
'"Come on. You know I can''t do that because of my allergy," <<$npc_firstname[$boy]>> frowns.'
|