share/hedgewars/Data/Missions/Scenario/Big_Armory.lua
changeset 13851 f01798038c2e
parent 13849 297cf5c19172
child 14483 310b167141cc
equal deleted inserted replaced
13850:4e4111a75256 13851:f01798038c2e
     1 HedgewarsScriptLoad("/Scripts/SimpleMission.lua")
     1 HedgewarsScriptLoad("/Scripts/SimpleMission.lua")
     2 HedgewarsScriptLoad("/Scripts/Locale.lua")
     2 HedgewarsScriptLoad("/Scripts/Locale.lua")
     3 
     3 
     4 local heroAmmo = {}
     4 local heroAmmo = {}
     5 for a=0, amDuck do
     5 for a=0, amCreeper do
     6 	if a == amExtraTime then
     6 	if a == amExtraTime then
     7 		heroAmmo[a] = 2
     7 		heroAmmo[a] = 2
     8 	elseif a ~= amNothing and a ~= amDuck then
     8 	elseif a ~= amNothing and a ~= amCreeper then
     9 		heroAmmo[a] = 100
     9 		heroAmmo[a] = 100
    10 	end
    10 	end
    11 end
    11 end
    12 
    12 
    13 SimpleMission({
    13 SimpleMission({