share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua
changeset 5352 7f57d0c7816a
parent 5141 2fb6555011d3
child 8043 da083f8d95e6
--- a/share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua	Tue Jun 28 19:16:42 2011 -0400
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua	Tue Jun 28 21:48:28 2011 -0400
@@ -46,7 +46,7 @@
 
 function onGameInit()
     -- Limit flags that can be set, but allow game schemes to be used
-    GameFlags = band(bor(GameFlags, gfResetWeps), bnot(gfInfAttack + gfPerHogAmmo))
+    GameFlags = band(bor(GameFlags, gfResetWeps), bnot(gfInfAttack))
     -- Set a custom game goal that will show together with the scheme ones
     Goals = loc("Each turn you get one random weapon")
 end