Racer: Remove a few ammo types that could break the gameplay
authorWuzzy <Wuzzy2@mail.ru>
Wed, 18 Sep 2019 12:23:16 +0200
changeset 15413 ca8896b9c7c6
parent 15412 45ac7c07543d
child 15414 dba8497a2668
Racer: Remove a few ammo types that could break the gameplay
share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua	Tue Sep 17 15:54:10 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua	Wed Sep 18 12:23:16 2019 +0200
@@ -872,6 +872,9 @@
         AddAmmo(CurrentHedgehog, amMineStrike, 0)
         AddAmmo(CurrentHedgehog, amNapalm, 0)
         AddAmmo(CurrentHedgehog, amPiano, 0)
+        AddAmmo(CurrentHedgehog, amSwitch, 0)
+        AddAmmo(CurrentHedgehog, amKamikaze, 0)
+        AddAmmo(CurrentHedgehog, amIceGun, 0)
         SetAmmoDelay(amAirAttack, 0)
 end