Merge pull request #7726 from PJB3005/map-writing-bus

Adds an adminverb to write map files.
This commit is contained in:
sood
2016-03-17 20:22:17 -07:00
5 changed files with 56 additions and 12 deletions

View File

@@ -1470,3 +1470,11 @@ var/proccalls = 1
#define NORMAL_ATTACK 0
#define ATTACK_BITE 1
#define ATTACK_KICK 2
// Defines for the map writer, moved here for reasons.
#define DMM_IGNORE_AREAS 1
#define DMM_IGNORE_TURFS 2
#define DMM_IGNORE_OBJS 4
#define DMM_IGNORE_NPCS 8
#define DMM_IGNORE_PLAYERS 16
#define DMM_IGNORE_MOBS 24