share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 12206 1e3ab1e634f8
parent 12073 3b3894b95519
child 12302 f7919a4df898
equal deleted inserted replaced
12205:d52af905437b 12206:1e3ab1e634f8
   127 local shotsFired = 0
   127 local shotsFired = 0
   128 
   128 
   129 local probability = {1,2,5,10,20,50,200,500,1000000};
   129 local probability = {1,2,5,10,20,50,200,500,1000000};
   130 local atktot = 0
   130 local atktot = 0
   131 local utiltot = 0
   131 local utiltot = 0
   132 local maxWep = 57 -- game crashes if you exceed supported #
   132 local maxWep = 58 -- game crashes if you exceed supported #
   133 
   133 
   134 local someHog = nil -- just for looking up the weps
   134 local someHog = nil -- just for looking up the weps
   135 
   135 
   136 local mode = nil
   136 local mode = nil
   137 
   137