mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-04 01:41:56 +00:00
Fix Bag of Holding not increasing Firemace ammo capacity
This commit is contained in:
parent
5cd3f66dd2
commit
8081f6fcbe
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