NicePack/sources/Perks/Commando/Skills/NiceSkillCommandoTrashCleaner.uc
2020-02-16 19:53:59 +07:00

7 lines
329 B
Ucode

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