share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
changeset 15058 0358a907b8f4
parent 15019 51fbc0034c6f
child 15059 5b245e8ed578
equal deleted inserted replaced
15057:de864caac024 15058:0358a907b8f4
   563     else
   563     else
   564       native = natives[i]
   564       native = natives[i]
   565     end
   565     end
   566   end
   566   end
   567   HideHedge(cyborg)
   567   HideHedge(cyborg)
       
   568   -- Collect this crate to win
   568   jetCrate = SpawnSupplyCrate(3915, 1723, amJetpack)
   569   jetCrate = SpawnSupplyCrate(3915, 1723, amJetpack)
       
   570   -- Protect crate from damage, just in case
       
   571   SetState(jetCrate, bor(GetState(jetCrate), gstNoDamage))
   569 
   572 
   570   --[[ Block the left entrance.
   573   --[[ Block the left entrance.
   571        Otherwise the player could rope out of the map and
   574        Otherwise the player could rope out of the map and
   572        go all the way around to the final crate. ]]
   575        go all the way around to the final crate. ]]
   573   PlaceGirder(90, 1709, 6)
   576   PlaceGirder(90, 1709, 6)