diff --git a/src/game.cc b/src/game.cc index 2d80423..62a3eaa 100644 --- a/src/game.cc +++ b/src/game.cc @@ -144,7 +144,7 @@ game_result game::run() { case result::GO_UP: { if (curr_level == 0) return {ESCAPED, - "You escaped the dungeon with a score of" + + "You escaped the dungeon with a score of " + str_score() + ". Coward!"}; player->start_turn();