Adjust backpack give amounts for all ammo types.

This commit is contained in:
Marisa the Magician 2019-10-03 21:58:37 +02:00
commit 32df2efc86
9 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@ Class PulseAmmo : Ammo
Inventory.PickupMessage "$I_PULSEAMMO";
Inventory.Amount 25;
Inventory.MaxAmount 200;
Ammo.BackpackAmount 40;
Ammo.BackpackAmount 10;
Ammo.BackpackMaxAmount 400;
Ammo.DropAmount 10;
}