Browse Source

[fixed] Action before clear action leaving no actions.

KevinSmarts 4 years ago
parent
commit
66492b01fa
1 changed files with 2 additions and 3 deletions
  1. 2 3
      locations/hunter_interactions.qsrc

+ 2 - 3
locations/hunter_interactions.qsrc

@@ -247,9 +247,6 @@ if $ARGS[0] = 'chat_with_hunters':
 	end
 
 	if $ARGS[1] = 'pantiless_flash':
-
-		act 'Further': gt 'swamp_yard', 'campfire'
-
 		*clr & cla
 		if hunter_sexual_comfort > 30:
 			hunter_collective_opinion += 1
@@ -264,6 +261,8 @@ if $ARGS[0] = 'chat_with_hunters':
 		gs 'arousal', 5, 'flashlite'
 		gs 'arousal', 'end'
 		gs 'stat'
+		
+		act 'Further': gt 'swamp_yard', 'campfire'
 	end
 
 	if $ARGS[1] = 'boy_talk':