Refactors stack traces, tiny bit of cleanup (#18773)

This commit is contained in:
AffectedArc07
2022-08-14 02:11:40 +01:00
committed by GitHub
parent 5d819ac1a9
commit 34ed47ae74
50 changed files with 228 additions and 175 deletions
@@ -29,7 +29,7 @@
return
template = GLOB.shelter_templates[template_id]
if(!template)
log_runtime("Shelter template ([template_id]) not found!", src)
stack_trace("Shelter template ([template_id]) not found!")
qdel(src)
/obj/item/survivalcapsule/examine(mob/user)