will rework the map changes later...

This commit is contained in:
Aurorablade
2016-08-26 21:57:52 -04:00
parent 65d1c781c8
commit 767b4d3c3d
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -152,3 +152,17 @@
shelter_templates[S.shelter_id] = S
map_templates[S.shelter_id] = S
/proc/preloadShuttleTemplates()
for(var/item in subtypesof(/datum/map_template/shuttle))
var/datum/map_template/shuttle/shuttle_type = item
if(!(initial(shuttle_type.suffix)))
continue
var/datum/map_template/shuttle/S = new shuttle_type()
shuttle_templates[S.shuttle_id] = S
map_templates[S.shuttle_id] = S