equal
deleted
inserted
replaced
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) |