share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/first_blood.lua
changeset 7425 3495e70c6d14
parent 7245 53f73f4ae203
child 7448 d0521a3a4358
equal deleted inserted replaced
7422:aa8a4dfe78e3 7425:3495e70c6d14
   354 end
   354 end
   355 
   355 
   356 function CheckPastMoleHead()
   356 function CheckPastMoleHead()
   357   x = GetX(youngh)
   357   x = GetX(youngh)
   358   y = GetY(youngh)
   358   y = GetY(youngh)
   359   return x < 3005 and y > StoppedGear(youngh) 
   359   return x < 3005 and y > 1500 and StoppedGear(youngh) 
   360 end
   360 end
   361 
   361 
   362 function DoPastMoleHead()
   362 function DoPastMoleHead()
   363   RemoveEventFunc(CheckOnMoleHead)
   363   RemoveEventFunc(CheckOnMoleHead)
   364   ropeCrate2 = SpawnUtilityCrate(2782, 1720, amRope)
   364   ropeCrate2 = SpawnUtilityCrate(2782, 1720, amRope)