Fix Bag of Holding not increasing Firemace ammo capacity

This commit is contained in:
Kevin Caccamo 2020-06-08 07:53:47 -04:00 committed by alexey.lysiuk
parent 4c3c32dca6
commit 79426c028b
1 changed files with 1 additions and 1 deletions

View File

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