share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
changeset 15546 6b9655be1e7f
parent 15167 9d4a6ab60dec
equal deleted inserted replaced
15545:c1a2575bc446 15546:6b9655be1e7f
   485   if not GetHealth(youngh) then
   485   if not GetHealth(youngh) then
   486     return false
   486     return false
   487   end
   487   end
   488   local x = GetX(youngh)
   488   local x = GetX(youngh)
   489   local y = GetY(youngh)
   489   local y = GetY(youngh)
   490   return x < 3005 and y > 1500 and StoppedGear(youngh)
   490   return x > 2575 and x < 3016 and y > 1538 and StoppedGear(youngh)
   491 end
   491 end
   492 
   492 
   493 function CheckOnOrPastMoleHead()
   493 function CheckOnOrPastMoleHead()
   494   return CheckOnMoleHead() or CheckPastMoleHead()
   494   return CheckOnMoleHead() or CheckPastMoleHead()
   495 end
   495 end