fixed typo
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user