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

10 lines
270 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."
}