Small Puntzer Gamma correction.
This commit is contained in:
parent
46bfd84a0c
commit
eabd26d5bb
9 changed files with 15 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
Class PuntzerGamma : SWWMWeapon
|
||||
{
|
||||
int ClipCount;
|
||||
bool bFullerAuto;
|
||||
|
||||
Property ClipCount : ClipCount;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue