rott/kf_sources/NicePack/Classes/NiceSkillCommandoExplosivePower.uc
2026-07-14 20:27:09 +07:00

10 lines
224 B
Ucode

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