Метод | Описание | |
---|---|---|
CheckHealth ( |
Checks for health and decides whether the character should be dead Also bleeds the character Also checks whether the character is stunned or not
|
|
HealCharacter ( |
Heal this character if they require it You heal one point each time, +1 for every 5 levels in Healing Healing happens top down
|
public static CheckHealth ( |
||
actor | ||
Результат | ActionFeedback[] |
public static HealCharacter ( |
||
actor | ||
rounds | int | The amount of rounds we're going to do this for. |
Результат | void |