From 8a3ab89a1d2e59eae57e91f9931c45be59dc8c6c Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 19 Aug 2019 19:03:47 -0700 Subject: [PATCH] Update DirectionName to LanguageDirection This has changed since Inform 5 --- src/special.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/special.inf b/src/special.inf index 7ecf5ca..7e92d63 100644 --- a/src/special.inf +++ b/src/special.inf @@ -1239,7 +1239,7 @@ has animate; if (n in location) { print "^", (The) n, " walks off"; if (dir ~= in_obj or out_obj or u_obj && dir ~= d_obj) - print " to the ", (DirectionName) dir.door_dir; + print " to the ", LanguageDirection(dir.door_dir); print ".^"; } if (dest == 0) remove n; ! This seems odd - if dest bogus, 'unlink' NPC? -- 2.31.1