Files
Polaris/maps/submaps/space_submaps/space.dm
MistakeNot4892andGitHub 186dc1cdba Vox event icons, turfs and props. (#9020)
* Vox event icons, turfs and props.

* Ported vox prosthetics from Bay.

* Added icons for the vox simplemobs.

* Vox now apply default colours and markings in set_species().
2023-03-04 14:30:54 -08:00

13 lines
504 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.
#if 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.