share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua
changeset 15069 e16f906224fd
parent 14414 6843c4551cde
child 15132 378efa87f558
equal deleted inserted replaced
15068:6f51c75994a4 15069:e16f906224fd
    35 		end
    35 		end
    36 	end
    36 	end
    37 
    37 
    38 	ShowMission(loc("FRENZY"),
    38 	ShowMission(loc("FRENZY"),
    39                 loc("A frenetic Hedgewars mini-game"),
    39                 loc("A frenetic Hedgewars mini-game"),
    40                 ruleSet, 0, 4000)
    40                 ruleSet, -amMolotov, 4000)
    41 
    41 
    42 end
    42 end
    43 
    43 
    44 function onGameInit()
    44 function onGameInit()
    45 
    45