disable $bank when character overlay is present

This commit is contained in:
Martin Michelsen
2023-12-09 10:38:48 -08:00
parent 0ded423c84
commit bb3d4ac847
4 changed files with 16 additions and 1 deletions
+1
View File
@@ -2440,6 +2440,7 @@ static void on_battle_restart_bb(shared_ptr<Client> c, uint8_t, uint8_t, const v
for (auto& lc : l->clients) {
if (lc) {
lc->delete_overlay();
lc->use_default_bank();
lc->create_battle_overlay(new_rules, s->level_table);
}
}