Files
Polaris/maps/plane/plane.dm
Neerti aa454c0e1d Adds Farm PoI
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.
2017-09-26 01:44:06 -04:00

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