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
The unleashenergy (BattleCommand_UnleashEnergy) command does not actually unleash energy, nor does it have anything to do with unleashing energy.
This command initializes Bide's damage counter, determines the number of turns for Bide, and then it ends the turn. It is only called on the first turn of Bide; subsequent uses of Bide go through storeenergy which will skip over this command once Bide is finished.
It should probably be named something more accurate, like initbide, startbide, or resetbide.
The text was updated successfully, but these errors were encountered:
The
unleashenergy
(BattleCommand_UnleashEnergy) command does not actually unleash energy, nor does it have anything to do with unleashing energy.This command initializes Bide's damage counter, determines the number of turns for Bide, and then it ends the turn. It is only called on the first turn of Bide; subsequent uses of Bide go through
storeenergy
which will skip over this command once Bide is finished.It should probably be named something more accurate, like
initbide
,startbide
, orresetbide
.The text was updated successfully, but these errors were encountered: