mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user