fixed potions not working properly

need to test: vampire draining
This commit is contained in:
2024-07-15 10:35:28 -04:00
parent a97e30c8a7
commit 8e52309626
9 changed files with 12 additions and 10 deletions

View File

@ -144,7 +144,6 @@ game_result game::run() {
break;
}
player->start_turn();
player->calc_effects();
if (player->is_dead())