mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
13 lines
507 B
Plaintext
13 lines
507 B
Plaintext
// This causes PoI maps to get 'checked' and compiled, when undergoing a unit test.
|
|
// This is so CI can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors.
|
|
// When adding a new PoI, please add it to this list.
|
|
#ifdef MAP_TEST
|
|
// #define "your_map_here.dmm"
|
|
#endif
|
|
|
|
/datum/map_template/space
|
|
name = "POI - Space Content"
|
|
desc = "A map template base. In space."
|
|
|
|
// To be added: Templates for space exploration when they are made.
|