From bbd00db016424a10d5058886347ed50ae89cede8 Mon Sep 17 00:00:00 2001 From: "Tobias V. Langhoff" Date: Sun, 28 Dec 2025 23:19:58 +0100 Subject: [PATCH] Fix adaptive viewpoint of the can't exit closed containers response --- .../Graham Nelson/Standard Rules.i7xd/Source/Sections/Actions.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inform7/Internal/Extensions/Graham Nelson/Standard Rules.i7xd/Source/Sections/Actions.w b/inform7/Internal/Extensions/Graham Nelson/Standard Rules.i7xd/Source/Sections/Actions.w index 69d51c6e4..6050ab04c 100644 --- a/inform7/Internal/Extensions/Graham Nelson/Standard Rules.i7xd/Source/Sections/Actions.w +++ b/inform7/Internal/Extensions/Graham Nelson/Standard Rules.i7xd/Source/Sections/Actions.w @@ -920,7 +920,7 @@ Check an actor exiting (this is the can't exit when not inside anything rule): Check an actor exiting (this is the can't exit closed containers rule): if the actor is in a closed container (called the cage): if the player is the actor: - say "You can't get out of the closed [cage]." (A); + say "[We] [can't] get out of the closed [cage]." (A); stop the action. Check an actor exiting (this is the convert exit into get off rule):