share/hedgewars/Data/Missions/Scenario/portal.lua
changeset 12226 3ec0261e01f0
parent 12077 ce3860c82c8b
child 12347 f4c55ac82698
equal deleted inserted replaced
12225:93079fecbc77 12226:3ec0261e01f0
   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("Scenario"),
   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!") .. "|" ..
       
   162 		loc("In this mission you have infinite time.") .. "|" ..
       
   163 		loc("Mines time: 0 seconds"),
   162 		-amPortalGun, 5000)
   164 		-amPortalGun, 5000)
   163 	HogSay(player, loc("I should get myself a portal device, maybe this crate has one."), SAY_THINK)
   165 	HogSay(player, loc("I should get myself a portal device, maybe this crate has one."), SAY_THINK)
   164 
   166 
   165 end
   167 end
   166 
   168