share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 4168 49ad7bea4a33
parent 4162 923db448ad16
child 4171 7bbd7ab84454
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Sun Nov 07 18:39:34 2010 +0300
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Sun Nov 07 19:24:37 2010 +0300
@@ -169,7 +169,7 @@
 				SetHealth(worsthog, 0)
 				--Place a grenade to make inactive slowest hog active
 				x, y = GetGearPosition(worsthog)
-				AddGear(x, y, gtAmmo_Grenade, 0, 0, 0, 0)
+				AddGear(x, y, gtShell, 0, 0, 0, 0)
 				worsttime = 0
 				worsthog = nil
 				end