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

10 lines
221 B
Ucode

class NiceSkillCommandoQuickerMags extends NiceSkill
abstract;
var float speedBonus;
defaultproperties
{
speedBonus=2.000000
SkillName="Quicker mags"
SkillEffects="Active reload speed is twice as fast."
}