Slightly reduce max ammo amounts for slot 9.
This commit is contained in:
parent
b2f3355b7b
commit
62bd871741
3 changed files with 8 additions and 8 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue