mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- there is no mace ammo in the bag of holding.
This commit is contained in:
parent
5ab648b055
commit
1d1331289a
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ Class MaceAmmo : Ammo
|
|||
Inventory.PickupMessage "$TXT_AMMOMACE1";
|
||||
Inventory.Amount 20;
|
||||
Inventory.MaxAmount 150;
|
||||
Ammo.BackpackAmount 20;
|
||||
Ammo.BackpackMaxAmount 300;
|
||||
Ammo.BackpackAmount 0;
|
||||
Ammo.BackpackMaxAmount 150;
|
||||
Inventory.Icon "INAMLOB";
|
||||
Tag "$AMMO_MACE";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue