You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Barbarian's number of turns left during it's rage is not decremented.
When this reaches 0 or when the Barbarian has started its turn without being damaged or having attacked, it should lose it's rage. For this a new flag, something like: rageSatisfied: Boolean will need to be added.
The text was updated successfully, but these errors were encountered:
Currently the Barbarian's number of turns left during it's rage is not decremented.
When this reaches
0
or when the Barbarian has started its turn without being damaged or having attacked, it should lose it's rage. For this a new flag, something like:rageSatisfied: Boolean
will need to be added.The text was updated successfully, but these errors were encountered: