From 44b8858d3781590535a358ee251fcb329d53efdb Mon Sep 17 00:00:00 2001 From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 10:42:48 -0400 Subject: [PATCH] Add another chair alias --- worlds/bricabrac.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index f60eeba..7425825 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -1103,7 +1103,7 @@ a nondescript steel door to the south, leading apparently outside.")) 'smoking-parlor #:name "a comfy leather chair" #:desc " That leather chair looks really comfy!" - #:goes-by '("leather chair" "comfy leather chair" "chair") + #:goes-by '("leather chair" "comfy leather chair" "chair" "comfy chair") #:sit-phrase "sink into" #:sit-phrase-third-person "sinks into" #:sit-name "the comfy leather chair") -- 2.31.1