diff -r 2bf7b1ba12fe -r 1b3d788e7350 share/hedgewars/Data/Maps/Control/map.lua --- 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