theykeeponrising / dead_binary

Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Added Static check #303

Closed bvas89 closed 1 year ago

bvas89 commented 1 year ago

Added a static bool "ISSTATUS" in StatusMenu to designate we are in the Status Menu. In PlayerTurnState, upon SetStateActive, it will check this bool and only StartTurn() if it is false.