PrayerOfHealing
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Continentis.Mods.Basic.Cards.Cleric
|
||||
new Cmd_PlayAnimation(user.characterView, "Skill"),
|
||||
new Cmd_ParamFunction<CharacterBase>(0.1f, target =>
|
||||
{
|
||||
target.Heal(GetAttribute("HealAmount"));
|
||||
target.Heal(GetAttribute("Heal"));
|
||||
target.combatBuffSubmodule.Dispel(BuffDispelLevel.Basic, user);
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user