extendable.
@@ -0,0 +1,11 @@
public class Amarok : Character
{
public Amarok()
maxHP = 4;
currentHP = maxHP;
name = "Amarok";
damageReduction = 1;
CharacterEnabledActions.AddRange("Bite", "Health Potion", "Do Nothing");
}
The note is not visible to the blocked user.