From 1d1331289ab71e9bb4a0ea67cb1a0d1a6f8491ab Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 6 Jun 2020 16:19:11 +0200 Subject: [PATCH] - there is no mace ammo in the bag of holding. --- wadsrc/static/zscript/actors/heretic/hereticammo.zs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/zscript/actors/heretic/hereticammo.zs b/wadsrc/static/zscript/actors/heretic/hereticammo.zs index c5ea831aaf..1c5aeb88ad 100644 --- a/wadsrc/static/zscript/actors/heretic/hereticammo.zs +++ b/wadsrc/static/zscript/actors/heretic/hereticammo.zs @@ -84,8 +84,8 @@ Class MaceAmmo : Ammo Inventory.PickupMessage "$TXT_AMMOMACE1"; Inventory.Amount 20; Inventory.MaxAmount 150; - Ammo.BackpackAmount 20; - Ammo.BackpackMaxAmount 300; + Ammo.BackpackAmount 0; + Ammo.BackpackMaxAmount 150; Inventory.Icon "INAMLOB"; Tag "$AMMO_MACE"; }