Merges map templates and map loader (#24140)

* Reorganize the mapping code

* Finish this up

* Reee line endings

* FUCKING LINE ENDINGS

* LINARU ENDARU

* >PLS SET REPO LINE ENDINGS

* Comments

* Hoisted by my own travis.yml changes
This commit is contained in:
Cyberboss
2017-02-19 16:55:02 +13:00
committed by oranges
parent 2d424cf6be
commit 1365ab99d8
18 changed files with 310 additions and 138 deletions
+1 -1
View File
@@ -236,7 +236,7 @@
/obj/item/weapon/survivalcapsule/proc/get_template()
if(template)
return
template = shelter_templates[template_id]
template = SSmapping.shelter_templates[template_id]
if(!template)
throw EXCEPTION("Shelter template ([template_id]) not found!")
qdel(src)