share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 12622 07fdda8c13a2
parent 12388 0eb1457f7b94
child 12699 608db0fb90f0
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Sat Sep 30 20:31:07 2017 +0200
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Sat Sep 30 23:52:08 2017 +0200
@@ -168,9 +168,9 @@
                     --Place a grenade to make inactive slowest hog active
                     x, y = GetGearPosition(worsthog)
                     AddGear(x, y, gtShell, 0, 0, 0, 0)
-                    worsttime = 0
-                    worsthog = nil
                 end
+                worsttime = 0
+                worsthog = nil
             end
             
             for i=0, ClansCount -1 do