Skip to content

Commit

Permalink
add missing failed movement message
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme authored Jan 27, 2024
1 parent 225a1c7 commit d48038b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/AbstractParser-Actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void AbstractParser::initActionMap()
addStartsWith("Your mount refuses to follow your orders!", failedMovement);
addStartsWith("You failed swimming there.", failedMovement);
addStartsWith("You can't go into deep water!", failedMovement);
addStartsWith("You cannot ride into deep water!", failedMovement);
addStartsWith("You unsuccessfully try to break through the ice.", failedMovement);
addStartsWith("Your boat cannot enter this place.", failedMovement);
addStartsWith("Alas, you cannot go that way...", failedMovement);
Expand Down

0 comments on commit d48038b

Please sign in to comment.