changeset 15134 | a41b8b154f74 |
parent 15072 | d59da429d22c |
child 15135 | 13e7d4eccb67 |
--- a/share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua Fri Jun 07 11:55:49 2019 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua Fri Jun 07 15:08:06 2019 +0200 @@ -527,6 +527,9 @@ for h=1, numhhs do -- Hogs are resurrected for free, so this is pointless AddAmmo(hhs[h], amResurrector, 0) + -- Remove suicidal weapons as they might wipe out the team + AddAmmo(hhs[h], amKamikaze, 0) + AddAmmo(hhs[h], amPiano, 0) end updateScores()