| 82 | return BACK_TO_TAVERN; |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | _ctx.ui->display_screen(Enums::Screen::REMOVE, _ctx.game); |
| 87 | _ctx.tick(); |
| 88 | |
| 89 | if (!_ctx.controller->wants(Enums::Screen::REMOVE) && |
| 90 | _ctx.controller->wants(Enums::Screen::TAVERN)) |
| 91 | return BACK_TO_TAVERN; |
| 92 | } |