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
+1 -1
View File
@@ -298,7 +298,7 @@
if(overdose_results) // to protect against poorly-coded overdose procs
update_flags |= overdose_results[REAGENT_OVERDOSE_FLAGS]
else
log_runtime(EXCEPTION("Reagent '[R.name]' does not return an overdose info list!"))
stack_trace("Reagent '[R.name]' does not return an overdose info list!")
for(var/AB in addiction_list)
var/datum/reagent/R = AB