NicePack/sources/Perks/Commando/Skills/NiceSkillCommandoExplosivePower.uc

10 lines
215 B
Ucode

class NiceSkillCommandoExplosivePower extends NiceSkill
abstract;
var float dmgMod;
defaultproperties
{
dmgMod=1.000000
SkillName="Explosive power"
SkillEffects="Burst fire shots one more bullet."
}