Files
VOREStation/archive/maps/example/example.dm
T
SatinIsle be7d642799 Archives old map files
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.
2025-01-07 11:02:59 +00:00

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