Exemple #1
0
 public override void use(Hero x, BattleField field)
 {
     field.Output.Text += ("You revived " + x.name() + " back to half health\r\n");
     x.Heal(x.calcPercent(50));
 }