Beta 5 Pleasejuststop Hotfix 5:
Correct backpack amounts for various ammo types (should be approximately half of individual pickup).
This commit is contained in:
parent
3926b5e574
commit
769ae8eae3
7 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ Class ImpalerAmmo : Ammo
|
|||
Inventory.PickupMessage "$I_IMPAMMO";
|
||||
Inventory.Amount 3;
|
||||
Inventory.MaxAmount 15;
|
||||
Ammo.BackpackAmount 3;
|
||||
Ammo.BackpackAmount 2;
|
||||
Ammo.BackpackMaxAmount 30;
|
||||
Ammo.DropAmount 3;
|
||||
+INVENTORY.IGNORESKILL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue