diff -r 7bf02127262c -r c3a77ff02a23 share/hedgewars/Data/Maps/TrophyRace/map.lua --- 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