Slightly reduce max ammo amounts for slot 9.

This commit is contained in:
Mari the Deer 2023-11-20 13:03:00 +01:00
commit 62bd871741
3 changed files with 8 additions and 8 deletions

View file

@ -326,7 +326,7 @@ Class CandyGunAmmo : SWWMAmmo
Inventory.Amount 1;
Inventory.MaxAmount 1;
Ammo.BackpackAmount 0;
Ammo.BackpackMaxAmount 4;
Ammo.BackpackMaxAmount 3;
Ammo.DropAmount 1;
SWWMAmmo.MagAmmoType "CandyGunBullets";
Accuracy 90;
@ -381,9 +381,9 @@ Class CandyGunSpares : SWWMAmmo
SWWMAmmo.PickupTag "CANDYSPARE";
Stamina 600000;
Inventory.Amount 1;
Inventory.MaxAmount 4;
Inventory.MaxAmount 3;
Ammo.BackpackAmount 0;
Ammo.BackpackMaxAmount 4;
Ammo.BackpackMaxAmount 3;
}
override Inventory CreateTossable( int amt )
{