--- a/ChangeLog.txt Sat Jun 08 11:25:39 2019 +0200
+++ b/ChangeLog.txt Sat Jun 08 11:27:26 2019 +0200
@@ -48,6 +48,7 @@
* King Mode: Kill resurrected minions if king is not alive
* HedgeEditor: Fix major FPS drop when there are a lot of objects
* Control: Fix score failure after using extra time
+ * Frenzy: Fix incorrect ammo slot numbers in ammo menu
A Classic Fairytale:
+ Backstab: Disable utilities before traitor has been dealt with
--- a/share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua Sat Jun 08 11:25:39 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua Sat Jun 08 11:27:26 2019 +0200
@@ -66,6 +66,10 @@
--WaterRise = 47
--HealthDecrease = 0
+ for s=1, #frenzyAmmos do
+ SetAmmoSlot(frenzyAmmos[s], s)
+ end
+ SetAmmoSlot(amSkip, 10)
end
function onGameStart()