share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 10865 a587145ced34
parent 10250 887610b44848
child 10997 af84b2411f27
equal deleted inserted replaced
10864:9cf20f487ee9 10865:a587145ced34
   108 local utilWeps =  {
   108 local utilWeps =  {
   109 					[amBlowTorch]=true, [amPickHammer]=true, [amGirder]=true, [amPortalGun]=true,
   109 					[amBlowTorch]=true, [amPickHammer]=true, [amGirder]=true, [amPortalGun]=true,
   110 					[amRope]=true, [amParachute]=true, [amTeleport]=true, [amJetpack]=true,
   110 					[amRope]=true, [amParachute]=true, [amTeleport]=true, [amJetpack]=true,
   111 					[amInvulnerable]=true, [amLaserSight]=true, [amVampiric]=true,
   111 					[amInvulnerable]=true, [amLaserSight]=true, [amVampiric]=true,
   112 					[amLowGravity]=true, [amExtraDamage]=true, [amExtraTime]=true,
   112 					[amLowGravity]=true, [amExtraDamage]=true, [amExtraTime]=true,
   113 					[amLandGun]=true, [amSwitch]=true, [amRubber]=true, [amIceGun]=true,
   113 					[amLandGun]=true, [amRubber]=true, [amIceGun]=true,
   114 					}
   114 					}
   115 
   115 
   116 local wepArray = {}
   116 local wepArray = {}
   117 
   117 
   118 local atkChoices = {}
   118 local atkChoices = {}