ososkp / -FAZE-ClueBot

0 stars 0 forks source link

Exiting a room with multiple exits with 1 move left does not end turn #22

Closed ososkp closed 6 years ago

ososkp commented 6 years ago

I'm working on it now.

ososkp commented 6 years ago

The check that advanced the turn was in the ActionListener for "perform action," so when we switched to the "exit choice" button it wasn't getting called. I moved it to GameLogic and now both methods call it. Fixed.