From d48038b037d4d13b4181edd54d55265f97141608 Mon Sep 17 00:00:00 2001 From: Nils Schimmelmann Date: Sat, 27 Jan 2024 10:37:19 -0600 Subject: [PATCH] add missing failed movement message --- src/parser/AbstractParser-Actions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parser/AbstractParser-Actions.cpp b/src/parser/AbstractParser-Actions.cpp index 1d91b2ebc..0e3847132 100644 --- a/src/parser/AbstractParser-Actions.cpp +++ b/src/parser/AbstractParser-Actions.cpp @@ -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);