Abolish VOCWRD().

Action word mnemonics are now enums from adventure.yaml.
This commit is contained in:
Jason S. Ninneman 2017-06-26 22:07:24 -07:00
parent 2aa5f1dd61
commit 7dc8839249
5 changed files with 5 additions and 34 deletions

View file

@ -506,7 +506,7 @@ actions: !!omap
- ACT_2:
message: ARENT_CARRYING
words: ['drop', 'relea', 'free', 'disca', 'dump']
- ACT_3:
- SAY:
message: NO_MESSAGE
words: ['say', 'chant', 'sing', 'utter', 'mumbl']
- ACT_4:
@ -515,7 +515,7 @@ actions: !!omap
- ACT_5:
message: NO_MESSAGE
words: ['nothi']
- ACT_6:
- LOCK:
message: NOT_LOCKABLE
words: ['lock', 'close']
- ACT_7:
@ -548,16 +548,16 @@ actions: !!omap
- ACT_16:
message: RUB_NOGO
words: ['rub']
- ACT_17:
- THROW:
message: ARENT_CARRYING
words: ['throw', 'toss']
- ACT_18:
message: HUH_MAN
words: ['quit']
- ACT_19:
- FIND:
message: NEARBY
words: ['find', 'where']
- ACT_20:
- INVENT:
message: NEARBY
words: ['inven']
- ACT_21: