HealConditions¶
A method that receives an actor's BattleData as ref and does the following:
- Calls RemoveCondition with the Freeze condition on the actor
- Calls RemoveCondition with the Poison condition on the actor
- Calls RemoveCondition with the Numb condition on the actor
- Calls RemoveCondition with the Numb condition on the actor (it is done a second time)
- Set the actor's
isasleep
to false - Set the actor's
isnumb
to false