Преглед изворни кода

[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