- there is no mace ammo in the bag of holding.

This commit is contained in:
Christoph Oelckers 2020-06-06 16:19:11 +02:00
parent 5ab648b055
commit 1d1331289a

View file

@ -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";
}