De-FORTRANIZE some IDs.
This commit is contained in:
parent
2fca59d9fd
commit
9b5142af5a
2 changed files with 10 additions and 12 deletions
|
@ -1315,14 +1315,14 @@ int action(struct command_t *command)
|
|||
if (game.loc == LOC_START ||
|
||||
game.loc == LOC_VALLEY ||
|
||||
game.loc == LOC_SLIT) {
|
||||
command->obj = DPRSSN;
|
||||
command->obj = DEPRESSION;
|
||||
}
|
||||
if (game.loc == LOC_COBBLE ||
|
||||
game.loc == LOC_DEBRIS ||
|
||||
game.loc == LOC_AWKWARD ||
|
||||
game.loc == LOC_BIRD ||
|
||||
game.loc == LOC_PITTOP) {
|
||||
command->obj = ENTRNC;
|
||||
command->obj = ENTRANCE;
|
||||
}
|
||||
} else if (command->obj == DWARF && atdwrf(game.loc) > 0)
|
||||
/* FALL THROUGH */;
|
||||
|
|
|
@ -246,9 +246,9 @@ motions: !!omap
|
|||
words: ['slab', 'slabr']
|
||||
- XYZZY:
|
||||
words: ['xyzzy']
|
||||
- DPRSSN:
|
||||
- DEPRESSION:
|
||||
words: ['depre']
|
||||
- ENTRNC:
|
||||
- ENTRANCE:
|
||||
words: ['entra']
|
||||
- PLUGH:
|
||||
words: ['plugh']
|
||||
|
@ -256,23 +256,21 @@ motions: !!omap
|
|||
words: ['secre']
|
||||
- CAVE:
|
||||
words: ['cave']
|
||||
- MOT_68:
|
||||
words: !!null
|
||||
- MOT_69:
|
||||
- CROSS:
|
||||
words: ['cross']
|
||||
- BEDQUILT:
|
||||
words: ['bedqu']
|
||||
- PLOVER:
|
||||
words: ['plove']
|
||||
- FORWARD2:
|
||||
- ORIENTAL:
|
||||
words: ['orien']
|
||||
- FORWARD3:
|
||||
- CAVERN:
|
||||
words: ['caver']
|
||||
- FORWARD4:
|
||||
- SHELLROOM:
|
||||
words: ['shell']
|
||||
- FORWARD5:
|
||||
- RESERVOIR:
|
||||
words: ['reser']
|
||||
- FORWARD6:
|
||||
- OFFICE:
|
||||
words: ['main', 'offic']
|
||||
|
||||
hints:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue