Fixes ruins spawning over shuttle docks

This commit is contained in:
Jordan Brown
2017-10-12 17:02:23 -04:00
committed by CitadelStationBot
parent 06061f0870
commit 2a68dce1ed
3 changed files with 117 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@ GLOBAL_LIST_INIT(bitflags, list(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 204
#define UNUSED_TRANSIT_TURF_1 2
#define CAN_BE_DIRTY_1 4 // If a turf can be made dirty at roundstart. This is also used in areas.
#define NO_DEATHRATTLE_1 16 // Do not notify deadchat about any deaths that occur on this turf.
#define NO_RUINS_1 32 //Blocks ruins spawning in the area
//#define CHECK_RICOCHET_1 32 //Same thing as atom flag.
/*