From: Eric S. Raymond Date: Thu, 29 Jun 2017 20:28:20 +0000 (-0400) Subject: 'd' had a collision; 'drop' vs ;down'. Remove from 'drop' synonyms. X-Git-Tag: 1.1~11 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=2bd3ea61c2baa066b679495c195620ba6fee5245 'd' had a collision; 'drop' vs ;down'. Remove from 'drop' synonyms. --- 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']