Skip to content

Commit

Permalink
Fix Bag of Holding not increasing Firemace ammo capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Talon1024 authored and alexey-lysiuk committed Jun 8, 2020
1 parent 4c3c32d commit 79426c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/heretic/hereticammo.zs
Expand Up @@ -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";
}
Expand Down

0 comments on commit 79426c0

Please sign in to comment.