mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-18 21:48:07 +01:00
Added diagonal directions, hidden exits flag and bug fixes
This commit is contained in:
parent
7531e92f64
commit
5acbfd29eb
33 changed files with 378 additions and 130 deletions
|
|
@ -101,6 +101,10 @@ struct alias_data {
|
|||
#define SCMD_WEST WEST
|
||||
#define SCMD_UP UP
|
||||
#define SCMD_DOWN DOWN
|
||||
#define SCMD_NW NORTHWEST
|
||||
#define SCMD_NE NORTHEAST
|
||||
#define SCMD_SE SOUTHEAST
|
||||
#define SCMD_SW SOUTHWEST
|
||||
|
||||
/** @deprecated all old do_poof stuff is deprecated and unused. */
|
||||
#define SCMD_POOFIN 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue