author | Wuzzy <Wuzzy2@mail.ru> |
Wed, 30 Oct 2019 13:20:08 +0100 | |
changeset 15495 | 5326b7e90a69 |
parent 15494 | 55436712b5e9 |
child 15496 | 89c3b6db9605 |
--- a/share/hedgewars/Data/Missions/Scenario/Big_Armory.lua Tue Oct 29 22:03:08 2019 +0100 +++ b/share/hedgewars/Data/Missions/Scenario/Big_Armory.lua Wed Oct 30 13:20:08 2019 +0100 @@ -2,7 +2,7 @@ HedgewarsScriptLoad("/Scripts/Locale.lua") local heroAmmo = {} -for a=0, amCreeper do +for a=0, amMinigun do if a == amExtraTime then heroAmmo[a] = 2 elseif a ~= amNothing and a ~= amCreeper then