Nerf Nailgun by removing penetration from altfire
This commit is contained in:
parent
99c372d18a
commit
07d9fdf1c3
@ -0,0 +1,6 @@
|
|||||||
|
class NiceDamTypeNailGunWeak extends NiceDamTypeNailGun
|
||||||
|
abstract;
|
||||||
|
defaultproperties
|
||||||
|
{
|
||||||
|
MaxPenetrations=0
|
||||||
|
}
|
@ -3,6 +3,7 @@ defaultproperties
|
|||||||
{
|
{
|
||||||
bCanFireIncomplete=True
|
bCanFireIncomplete=True
|
||||||
ProjectileSpeed=3500.000000
|
ProjectileSpeed=3500.000000
|
||||||
|
DamageType=Class'NicePack.NiceDamTypeNailGunWeak'
|
||||||
AmmoPerFire=7
|
AmmoPerFire=7
|
||||||
SpreadStyle=SS_Random
|
SpreadStyle=SS_Random
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user