Nerf Nailgun by removing penetration from altfire
This commit is contained in:
parent
99c372d18a
commit
07d9fdf1c3
2 changed files with 8 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class NiceDamTypeNailGunWeak extends NiceDamTypeNailGun
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
MaxPenetrations=0
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@ defaultproperties
|
|||
{
|
||||
bCanFireIncomplete=True
|
||||
ProjectileSpeed=3500.000000
|
||||
DamageType=Class'NicePack.NiceDamTypeNailGunWeak'
|
||||
AmmoPerFire=7
|
||||
SpreadStyle=SS_Random
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue