author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 18 May 2019 18:31:17 +0200 | |
changeset 15026 | 1b3d788e7350 |
parent 15025 | 2bf7b1ba12fe |
child 15027 | f81b46f584c7 |
--- a/share/hedgewars/Data/Maps/Control/map.lua Sat May 18 18:22:14 2019 +0200 +++ b/share/hedgewars/Data/Maps/Control/map.lua Sat May 18 18:31:17 2019 +0200 @@ -454,7 +454,7 @@ function onHogAttack(ammoType) -- Update TimeCounter after using extra time - if ammoTime == amExtraTime then + if ammoType == amExtraTime then if (TimeCounter == 0) and (TurnTimeLeft > 0) then TimeCounter = TurnTimeLeft end