fixed typo
This commit is contained in:
@ -144,7 +144,7 @@ game_result game::run() {
|
|||||||
case result::GO_UP: {
|
case result::GO_UP: {
|
||||||
if (curr_level == 0)
|
if (curr_level == 0)
|
||||||
return {ESCAPED,
|
return {ESCAPED,
|
||||||
"You escaped the dungeon with a score of" +
|
"You escaped the dungeon with a score of " +
|
||||||
str_score() + ". Coward!"};
|
str_score() + ". Coward!"};
|
||||||
|
|
||||||
player->start_turn();
|
player->start_turn();
|
||||||
|
Reference in New Issue
Block a user