fixed typo

This commit is contained in:
2024-07-23 14:31:56 -04:00
parent 85644a7350
commit 23d42e136c

View File

@ -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();