Small Puntzer Gamma correction.

This commit is contained in:
Mari the Deer 2022-12-06 00:29:36 +01:00
commit eabd26d5bb
9 changed files with 15 additions and 10 deletions

View file

@ -8,9 +8,9 @@ Class SMW05Ammo : SWWMAmmo
SWWMAmmo.PickupTag "SMW05BULLET";
Stamina 600;
Inventory.Amount 1;
Inventory.MaxAmount 80;
Ammo.BackpackAmount 20;
Ammo.BackpackMaxAmount 200;
Inventory.MaxAmount 90;
Ammo.BackpackAmount 30;
Ammo.BackpackMaxAmount 210;
Ammo.DropAmount 3;
+FLOATBOB;
FloatBobStrength 0.25;
@ -48,7 +48,7 @@ Class SMW05BigAmmo : SMW05Ammo
{
Default
{
Inventory.Amount 20;
Inventory.Amount 30;
}
}

View file

@ -4,6 +4,7 @@
Class PuntzerGamma : SWWMWeapon
{
int ClipCount;
bool bFullerAuto;
Property ClipCount : ClipCount;