share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 11180 1750a1ce7131
parent 10289 c3a77ff02a23
child 11201 9301550d2566
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Thu Sep 17 07:41:40 2015 +0200
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Thu Sep 17 09:59:58 2015 +0200
@@ -78,7 +78,8 @@
         SetHealth(CurrentHedgehog, 0)
         SetEffect(CurrentHedgehog, heInvulnerable, 0)
         x, y = GetGearPosition(CurrentHedgehog)
-        AddGear(x, y, gtShell, 0, 0, 0, 0)
+        AddGear(x, y-2, gtGrenade, 0, 0, 0, 2)
+        SetGearVelocity(CurrentHedgehog, 0, 0)
         worsttime = 99999
         worsthog = nil
         lasthog = nil