mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
//area-only flags
|
|
#define NO_PORTALS 1
|
|
#define NO_TELEPORT 2
|
|
#define NO_MESONS 4
|
|
#define NO_PERSISTENCE 8
|
|
#define NO_PACIFICATION 16 //no pillowbug cheese for you
|