Adjust backpack give amounts for all ammo types.
This commit is contained in:
parent
7df890437d
commit
32df2efc86
9 changed files with 9 additions and 9 deletions
|
|
@ -48,7 +48,7 @@ Class ChainsawAmmo : Ammo
|
|||
Inventory.PickupMessage "$I_CHAINSAWAMMO";
|
||||
Inventory.Amount 20;
|
||||
Inventory.MaxAmount 100;
|
||||
Ammo.BackpackAmount 50;
|
||||
Ammo.BackpackAmount 10;
|
||||
Ammo.BackpackMaxAmount 100;
|
||||
Ammo.DropAmount 20;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue