Adds PrismaticGynoid's Underground Points of Interest.

This commit is contained in:
Neerti
2021-07-09 21:33:30 -04:00
parent 2e17bbc468
commit 7c6fccc29e
35 changed files with 1618 additions and 60 deletions
+2
View File
@@ -5,6 +5,7 @@ SUBSYSTEM_DEF(mapping)
flags = SS_NO_FIRE
var/list/map_templates = list()
var/list/map_template_types = list()
var/dmm_suite/maploader = null
var/obj/effect/landmark/engine_loader/engine_loader
var/list/shelter_templates = list()
@@ -40,6 +41,7 @@ SUBSYSTEM_DEF(mapping)
continue
template = new T()
map_templates[template.name] = template
map_template_types[template.type] = template
return TRUE
/datum/controller/subsystem/mapping/proc/loadEngine()