share/hedgewars/Data/Scripts/Multiplayer/WxW.lua
changeset 12069 b2f2ac53cbab
parent 12068 e2be2e6cf544
child 12070 03ba438dd597
equal deleted inserted replaced
12068:e2be2e6cf544 12069:b2f2ac53cbab
  1199 
  1199 
  1200 function onGameInit()
  1200 function onGameInit()
  1201 
  1201 
  1202 	HealthCaseProb = 0
  1202 	HealthCaseProb = 0
  1203 	CaseFreq = 0
  1203 	CaseFreq = 0
       
  1204 	SetAmmoDescriptionAppendix(amRope, loc("Switch: Toggle crate radar"))
  1204 
  1205 
  1205 end
  1206 end
  1206 
  1207 
  1207 function configureWeapons()
  1208 function configureWeapons()
  1208 
  1209