# HG changeset patch # User Wuzzy # Date 1559986189 -7200 # Node ID 73d8cc72239ecb74dfa7c9eb4312425c2d6b8ac9 # Parent 378efa87f558cf4ffb063c16742f20e65c30a001 Frenzy: Change ammo slots to be closer to original slots diff -r 378efa87f558 -r 73d8cc72239e ChangeLog.txt --- a/ChangeLog.txt Sat Jun 08 11:27:26 2019 +0200 +++ b/ChangeLog.txt Sat Jun 08 11:29:49 2019 +0200 @@ -39,6 +39,7 @@ + The Specialists: Add script parameter support to set custom specialists order + Control, CTF_Blizzard: Display scores in stats screen + CTF_Blizzard: Various minor graphical and text improvements + + Frenzy: Change ammo slots * Balanced Random Weapon: Fix Lua errors after using Time Box * Racer: Fix racer ghost not getting reset after a skip * Space Invasion: No longer allow to set start shield above shield limit diff -r 378efa87f558 -r 73d8cc72239e share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua Sat Jun 08 11:27:26 2019 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua Sat Jun 08 11:29:49 2019 +0200 @@ -11,12 +11,12 @@ local frenzyAmmos = { amBazooka, amGrenade, - amMolotov, amShotgun, amFirePunch, amMine, + amMolotov, + amBlowTorch, amJetpack, - amBlowTorch, amTeleport, amLowGravity }