瀏覽代碼

[fixed] Andrei's naked encounter event not finishing

pfffbft 5 年之前
父節點
當前提交
a80533faaf
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      locations/hunter_interactions.qsrc

+ 5 - 2
locations/hunter_interactions.qsrc

@@ -630,8 +630,11 @@ if $ARGS[0] = 'andrei_quick_fuck':
                 minut -= 10
                 
                 act 'Further':
-                    if $loc = 'swamp_yard': gt 'swamp_yard'
-                    if $loc = 'swamp_woods': gt 'swamp_woods', 'shooting_practice', 'practice'    
+                    if $loc = 'swamp_woods':
+                        gt 'swamp_woods', 'shooting_practice', 'practice'    
+                    else
+                        if $loc = 'swamp_yard': gt 'swamp_yard'
+                    end    
                 end
             end 
 		end