Merge pull request #11332 from Ghommie/Ghommie-cit603

Replaces EXCEPTION() with stack_trace() and CRASH()
This commit is contained in:
kevinz000
2020-03-06 00:14:13 -07:00
committed by GitHub
18 changed files with 24 additions and 33 deletions
@@ -23,7 +23,7 @@
return
template = SSmapping.shelter_templates[template_id]
if(!template)
throw EXCEPTION("Shelter template ([template_id]) not found!")
stack_trace("Shelter template ([template_id]) not found!")
qdel(src)
/obj/item/survivalcapsule/Destroy()