mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 00:30:06 +01:00
* 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().
13 lines
504 B
Plaintext
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.
|