Ver código fonte

[fixed] misspelt variable spotted by Honey

Kevin_Smarts 5 meses atrás
pai
commit
9680804ec9
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      locations/sex_ev_condoms.qsrc

+ 5 - 5
locations/sex_ev_condoms.qsrc

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