share/hedgewars/Data/Missions/Scenario/portal.lua
changeset 12077 ce3860c82c8b
parent 11968 1de4d6b35748
child 12226 3ec0261e01f0
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
   155 	SpawnHealthCrate(2000, 780)
   155 	SpawnHealthCrate(2000, 780)
   156 
   156 
   157 	--GIRDER--
   157 	--GIRDER--
   158 	PlaceGirder(3363, 1323, 4)
   158 	PlaceGirder(3363, 1323, 4)
   159 
   159 
   160 	ShowMission (loc("Portal Mind Challenge"), loc("Mission"),
   160 	ShowMission (loc("Portal Mind Challenge"), loc("Scenario"),
   161 		loc("Defeat all enemies!") .. "|" .. loc("In this mission you have infinite time."),
   161 		loc("Defeat all enemies!") .. "|" .. loc("In this mission you have infinite time."),
   162 		-amPortalGun, 5000)
   162 		-amPortalGun, 5000)
   163 	HogSay(player, loc("I should get myself a portal device, maybe this crate has one."), SAY_THINK)
   163 	HogSay(player, loc("I should get myself a portal device, maybe this crate has one."), SAY_THINK)
   164 
   164 
   165 end
   165 end