Reexpress the motion words in adventure.yaml.
This commit is contained in:
parent
4b2472fb16
commit
f9edfc5151
6 changed files with 185 additions and 62 deletions
8
advent.h
8
advent.h
|
@ -167,17 +167,9 @@ extern int restore(FILE *);
|
|||
#define INDEEP(LOC) ((LOC) >= LOC_MISTHALL && !OUTSID(LOC))
|
||||
|
||||
/* vocabulary items */
|
||||
extern long NUL;
|
||||
extern long BACK;
|
||||
extern long LOOK;
|
||||
extern long CAVE;
|
||||
extern long FIND;
|
||||
extern long INVENT;
|
||||
extern long SAY;
|
||||
extern long ENTER;
|
||||
extern long STREAM;
|
||||
extern long DPRSSN;
|
||||
extern long ENTRNC;
|
||||
extern long LOCK;
|
||||
extern long THROW;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue