From 2bd3ea61c2baa066b679495c195620ba6fee5245 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Jun 2017 16:28:20 -0400 Subject: [PATCH] 'd' had a collision; 'drop' vs ;down'. Remove from 'drop' synonyms. --- adventure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventure.yaml b/adventure.yaml index dd099d4..12e2aeb 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -289,7 +289,7 @@ actions: !!omap words: ['g', 'carry', 'take', 'keep', 'catch', 'steal', 'captu', 'get', 'tote', 'snarf'] - DROP: message: ARENT_CARRYING - words: ['d', 'drop', 'relea', 'free', 'disca', 'dump'] + words: ['drop', 'relea', 'free', 'disca', 'dump'] - SAY: message: NO_MESSAGE words: ['say', 'chant', 'sing', 'utter', 'mumbl'] -- 2.31.1