share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 10289 c3a77ff02a23
parent 9685 7d925e82e572
child 11180 1750a1ce7131
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Thu Jun 12 19:40:45 2014 +0200
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Thu Jun 12 20:47:11 2014 +0200
@@ -101,7 +101,7 @@
     if CurrentHedgehog ~= nil then
         SetGearVelocity(CurrentHedgehog, 1, 0)
         SetGearPosition(CurrentHedgehog, start_area[1] + start_area[3] / 2, start_area[2] + start_area[4] / 2)
-        ParseCommand("setweap " .. string.char(amRope))
+        SetWeapon(amRope)
         lasthog = CurrentHedgehog
     end
 end