mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Merge pull request #7726 from PJB3005/map-writing-bus
Adds an adminverb to write map files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user