mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-02-04 13:39:57 +00:00
Also fixes various bugs with surface tiles, hopefully. Adds some documentation to the map file system. Adds a new 'plane' map, ideal for testing PoIs by loading them manually. Makes space heaters glow orange. Adds a new grille type for fancy surface windows. Adds self planting hydro trays/dirts if a seed is on top of them when the map is loaded.
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "plane-1.dmm"
|
|
#include "plane-2.dmm"
|
|
|
|
#include "plane_defines.dm"
|
|
#include "plane_areas.dm"
|
|
|
|
|
|
#define USING_MAP_DATUM /datum/map/plane
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Plane
|
|
|
|
#endif |