speed up TrophyRace deaths
authorsheepluva
Thu, 17 Sep 2015 09:59:58 +0200
changeset 11180 1750a1ce7131
parent 11179 98d14636c371
child 11185 fad9e4903e7b
speed up TrophyRace deaths
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