code/__DEFINES/turf_flags.dm
CHANGETURF_IGNORE_AIR | This flag prevents changeturf from gathering air from nearby turfs to fill the new turf with an approximation of local air |
---|---|
CHANGETURF_SKIP | A flag for PlaceOnTop to just instance the new turf instead of calling ChangeTurf. Used for uninitialized turfs NOTHING ELSE |
TURF_ORGANIC | Marks a turf as organic. Used for alien wall and membranes. |
Define Details
CHANGETURF_IGNORE_AIR
This flag prevents changeturf from gathering air from nearby turfs to fill the new turf with an approximation of local air
CHANGETURF_SKIP
A flag for PlaceOnTop to just instance the new turf instead of calling ChangeTurf. Used for uninitialized turfs NOTHING ELSE
TURF_ORGANIC
Marks a turf as organic. Used for alien wall and membranes.