mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +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.Amount 20;
|
||||||
Inventory.MaxAmount 150;
|
Inventory.MaxAmount 150;
|
||||||
Ammo.BackpackAmount 0;
|
Ammo.BackpackAmount 0;
|
||||||
Ammo.BackpackMaxAmount 150;
|
Ammo.BackpackMaxAmount 300;
|
||||||
Inventory.Icon "INAMLOB";
|
Inventory.Icon "INAMLOB";
|
||||||
Tag "$AMMO_MACE";
|
Tag "$AMMO_MACE";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue