mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Fix Bag of Holding not increasing Firemace ammo capacity
This commit is contained in:
parent
4c3c32dca6
commit
79426c028b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Class MaceAmmo : Ammo
|
|||
Inventory.Amount 20;
|
||||
Inventory.MaxAmount 150;
|
||||
Ammo.BackpackAmount 0;
|
||||
Ammo.BackpackMaxAmount 150;
|
||||
Ammo.BackpackMaxAmount 300;
|
||||
Inventory.Icon "INAMLOB";
|
||||
Tag "$AMMO_MACE";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue