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

10 lines
319 B
Ucode

class NiceSkillCommandoTrashCleaner extends NiceSkill
abstract;
var float decapitationMultiLimit;
defaultproperties
{
decapitationMultiLimit=0.45
SkillName="Trash cleaner"
SkillEffects="Get finisher property on your shots against low-health zeds, but your weapons leave more decapitated zeds behind."
}