X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=02af861016fab4ce941587a0bd5e0c7ccdf7fa93;hb=f6267ff3eb635c3494b8a67e967bb2882a0f9875;hp=5e18f759a2868431067b9392b6a989bac1d21112;hpb=f5719f1abaab6728c098756c2441d21801b4b6a3;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index 5e18f75..02af861 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -462,7 +462,7 @@ motions: !!omap - MOT_56: words: ['climb'] - LOOK: - words: ['look', 'exami', 'touch', 'descr'] + words: ['l', 'x', 'look', 'exami', 'touch', 'descr'] - MOT_58: words: ['floor'] - MOT_59: @@ -508,10 +508,10 @@ actions: !!omap words: !!null - CARRY: message: ALREADY_CARRYING - words: ['carry', 'take', 'keep', 'catch', 'steal', 'captu', 'get', 'tote', 'snarf'] + words: ['g', 'carry', 'take', 'keep', 'catch', 'steal', 'captu', 'get', 'tote', 'snarf'] - DROP: message: ARENT_CARRYING - words: ['drop', 'relea', 'free', 'disca', 'dump'] + words: ['d', 'drop', 'relea', 'free', 'disca', 'dump'] - SAY: message: NO_MESSAGE words: ['say', 'chant', 'sing', 'utter', 'mumbl'] @@ -520,7 +520,7 @@ actions: !!omap words: ['unloc', 'open'] - NOTHING: message: NO_MESSAGE - words: ['nothi'] + words: ['z', 'nothi'] - LOCK: message: NOT_LOCKABLE words: ['lock', 'close'] @@ -565,7 +565,7 @@ actions: !!omap words: ['find', 'where'] - INVENTORY: message: NEARBY - words: ['inven'] + words: ['i', 'inven'] - FEED: message: NO_EDIBLES words: ['feed']