share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 14699 368e582fcd18
parent 14296 0855344f54a7
child 15788 acf70c44065b
equal deleted inserted replaced
14698:4a4ff2354b58 14699:368e582fcd18
   237 	end
   237 	end
   238 
   238 
   239 end
   239 end
   240 
   240 
   241 function onGameInit()
   241 function onGameInit()
   242 	EnableGameFlags(gfInfAttack, gfRandomOrder, gfPerHogAmmo)
   242 	EnableGameFlags(gfInfAttack, gfPerHogAmmo)
   243 	DisableGameFlags(gfResetWeps, gfSharedAmmo)
   243 	DisableGameFlags(gfResetWeps, gfSharedAmmo)
   244 	HealthCaseProb = 100
   244 	HealthCaseProb = 100
   245 	if loyal then
   245 	if loyal then
   246 		Goals = loc("Loyal Highlander: Eliminate enemy hogs to take their weapons") .. "|"
   246 		Goals = loc("Loyal Highlander: Eliminate enemy hogs to take their weapons") .. "|"
   247 	else
   247 	else