Beta 5 Pleasejuststop Hotfix 5:

Correct backpack amounts for various ammo types (should be approximately half of individual pickup).
This commit is contained in:
Marisa the Magician 2019-10-03 21:51:35 +02:00
commit 769ae8eae3
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ Class RazorAmmo : Ammo
Inventory.PickupMessage "$I_RIPPERAMMO";
Inventory.Amount 25;
Inventory.MaxAmount 75;
Ammo.BackpackAmount 20;
Ammo.BackpackAmount 15;
Ammo.BackpackMaxAmount 150;
Ammo.DropAmount 15;
}