Files

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.