Replace 'throw EXCEPTION' with CRASH or WARNING

This commit is contained in:
Tad Hardesty
2019-03-19 23:09:24 -07:00
parent feff549c55
commit 570a4da33e
16 changed files with 24 additions and 24 deletions
@@ -23,7 +23,7 @@
return
template = SSmapping.shelter_templates[template_id]
if(!template)
throw EXCEPTION("Shelter template ([template_id]) not found!")
WARNING("Shelter template ([template_id]) not found!")
qdel(src)
/obj/item/survivalcapsule/Destroy()
@@ -307,4 +307,4 @@
icon = initial(I.icon)
desc = initial(I.desc)
icon_state = initial(I.icon_state)
item_state = initial(I.item_state)
item_state = initial(I.item_state)