Browse Source

[fixed] gosub sending to wrong location causing white screen

hornguy6 11 months ago
parent
commit
ac0fde7912
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/sex_ev_condoms.qsrc

+ 3 - 3
locations/sex_ev_condoms.qsrc

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