Specials excised from adventure.yaml
This commit is contained in:
parent
5f28f95244
commit
e8a627f964
6 changed files with 13 additions and 67 deletions
2
advent.h
2
advent.h
|
@ -87,7 +87,7 @@ enum termination {endgame, quitgame, scoregame};
|
|||
|
||||
enum speechpart {unknown, intransitive, transitive};
|
||||
|
||||
enum wordtype {NO_WORD_TYPE, MOTION, OBJECT, ACTION, SPECIAL, NUMERIC};
|
||||
enum wordtype {NO_WORD_TYPE, MOTION, OBJECT, ACTION, NUMERIC};
|
||||
|
||||
typedef enum scorebonus {none, splatter, defeat, victory} score_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue