mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
[MIRROR] Archives old map files [MDB Ignore] (#9852)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f19a517d0f
commit
42c1f36339
19
archive/maps/example/example.dm
Normal file
19
archive/maps/example/example.dm
Normal file
@@ -0,0 +1,19 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user