NicePack/sources/Perks/Enforcer/Skills/NiceSkillHeavySafeguard.uc

10 lines
261 B
Ucode

class NiceSkillHeavySafeguard extends NiceSkill
abstract;
var float healingCost;
defaultproperties
{
healingCost=0.250000
SkillName="Safeguard"
SkillEffects="Your armor no longer protects you, but it heals you when your health falls too low."
}