diff -r 207cd9358876 -r 49ad7bea4a33 share/hedgewars/Data/Maps/TrophyRace/map.lua --- 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