mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Refactors stack traces, tiny bit of cleanup (#18773)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user