--- a/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Teamwork.lua Mon Nov 19 13:03:27 2018 +0100
+++ b/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Teamwork.lua Mon Nov 19 17:56:49 2018 +0100
@@ -70,16 +70,6 @@
end
-
---function onGameTick()
-
- --if CurrentHedgehog ~= nil then
- -- AddCaption(GetX(CurrentHedgehog) .. ";" .. GetY(CurrentHedgehog))
- --end
-
---end
-
-
function onAmmoStoreInit()
SetAmmo(amBlowTorch, 0, 0, 0, 1)
SetAmmo(amGirder, 0, 0, 0, 1)
@@ -91,12 +81,6 @@
SetAmmo(amSkip, 9, 0, 0, 0)
end
-function onGearDamage(gear, damage)
- if (gear == player) and (damage == 30) then
- HogSay(player,loc("T_T"),SAY_SHOUT)
- end
-end
-
function onGearDelete(gear)
if gear == bCrate then