Specials excised from adventure.yaml
This commit is contained in:
parent
5f28f95244
commit
e8a627f964
6 changed files with 13 additions and 67 deletions
3
main.c
3
main.c
|
@ -1134,9 +1134,6 @@ Lookup:
|
|||
command.part = intransitive;
|
||||
command.verb = command.id1;
|
||||
break;
|
||||
case SPECIAL:
|
||||
speak(specials[command.id1].message);
|
||||
goto Lclearobj;
|
||||
case NUMERIC:
|
||||
default: // LCOV_EXCL_LINE
|
||||
BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue