share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
changeset 15546 6b9655be1e7f
parent 15167 9d4a6ab60dec
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua	Thu Feb 06 13:28:01 2020 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua	Tue Feb 11 01:33:31 2020 +0100
@@ -487,7 +487,7 @@
   end
   local x = GetX(youngh)
   local y = GetY(youngh)
-  return x < 3005 and y > 1500 and StoppedGear(youngh)
+  return x > 2575 and x < 3016 and y > 1538 and StoppedGear(youngh)
 end
 
 function CheckOnOrPastMoleHead()