disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
authornemo
Sat, 31 May 2014 15:04:26 -0400
changeset 10250 887610b44848
parent 10249 b47ac2c19de3
child 10251 a3b42e81803c
disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Sat May 31 00:33:51 2014 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Sat May 31 15:04:26 2014 -0400
@@ -240,6 +240,7 @@
 
 function onGameInit()
 	EnableGameFlags(gfInfAttack, gfRandomOrder, gfPerHogAmmo)
+	DisableGameFlags(gfResetWeps, gfSharedAmmo)
 	HealthCaseProb = 100
 end