소스 검색

[fixed] Action before clear action leaving no actions.

KevinSmarts 4 년 전
부모
커밋
66492b01fa
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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':