Explorar o código

[fixed] another condom inconsistency

hornguy6 hai 1 ano
pai
achega
d8badfc816
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      locations/booty_call_condoms.qsrc

+ 2 - 3
locations/booty_call_condoms.qsrc

@@ -322,10 +322,9 @@ if $ARGS[0] = 'condom_conscious_npc':
 	elseif booty_call['fuck_count'] > 1:
 		'<<$npc_firstname[$boy]>> reaches for another condom.'
 	end
+	act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 	if booty_call['virgin'] = 1 and booty_call['fuck_count'] = 0:
 		gs 'booty_call_condoms', 'virgin_no_condom'
-	else
-		act'Continue':gs 'booty_call_condoms', 'npc_condom_use'
 	end
 end
 
@@ -1782,7 +1781,7 @@ if $ARGS[0] = 'virgin_condom_ask1':
 		gs 'booty_call_condoms', 'check_count'
 		cla & *clr
 		$npc_apt_bedroom[$boy]
-		'"Okay," you whisper. "But use a condom? Please?"'
+		'"Can you use a condom?" you whisper. "Please?"'
 		if npc_condom_conscious[$boy] = 1:
 			'"Of course," <<$npc_firstname[$boy]>> says, already tearing open a package. "I''m not an idiot you know."'
 			gs 'booty_call_virgin', 'start_with_condom'