This commit is contained in:
Fox-McCloud
2016-08-21 18:17:54 -04:00
parent 8cd6e58c07
commit 137af9a5a9
2 changed files with 21 additions and 112 deletions
+1 -5
View File
@@ -288,13 +288,9 @@
return
template = shelter_templates[template_id]
if(!template)
throw EXCEPTION("Shelter template ([template_id]) not found!")
log_runtime("Shelter template ([template_id]) not found!", src)
qdel(src)
/obj/item/weapon/survivalcapsule/Destroy()
template = null // without this, capsules would be one use. per round.
return ..()
/obj/item/weapon/survivalcapsule/examine(mob/user)
. = ..()
get_template()