# HG changeset patch
# User sheepluva
# Date 1442476798 -7200
# Node ID 1750a1ce7131a783bbe8f16c9bcd27a07a9293ac
# Parent  98d14636c3711e6eeb66c07a95dd9bcf6a228502
speed up TrophyRace deaths

diff -r 98d14636c371 -r 1750a1ce7131 share/hedgewars/Data/Maps/TrophyRace/map.lua
--- 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