mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 20:59:56 +01:00
be7d642799
Changed the directory of many older, unmaintained and unused map files (particularly those from Polaris) to archive/map. This will prevent them from being linted by upcoming changes and causing the lint to fail. I have not touched the maps in surface_submaps/plains,mountain or wilderness. I know that the plains ones are largely still used on the tether, and am uncertain about the others. Fixed a few maps (ships and POIs) with missing objects.
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "example-1.dmm"
|
|
#include "example-2.dmm"
|
|
|
|
#include "example_defines.dm"
|
|
#include "example_elevator.dm"
|
|
#include "example_areas.dm"
|
|
|
|
|
|
#define USING_MAP_DATUM /datum/map/example
|
|
|
|
#warn Please uncheck example before committing
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Northern Star
|
|
|
|
#endif |