From 6898debaa6dd5cfa4baab3c06ded0165f7a331a9 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:54:52 +0100 Subject: [PATCH] Properly log smoothing errors (#18777) * errors! * Update code/__HELPERS/icon_smoothing.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Update code/__HELPERS/icon_smoothing.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --- code/__HELPERS/icon_smoothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/icon_smoothing.dm b/code/__HELPERS/icon_smoothing.dm index 7de5d2eee0e..a58bf59cd41 100644 --- a/code/__HELPERS/icon_smoothing.dm +++ b/code/__HELPERS/icon_smoothing.dm @@ -153,7 +153,7 @@ DEFINE_BITFIELD(smoothing_junction, list( /atom/proc/smooth_icon() smoothing_flags &= ~SMOOTH_QUEUED if(!z) //nullspace are not sending their best - error("[type] called smooth_icon() without being on a z-level") + stack_trace("[type] called smooth_icon() without being on a z-level") return if(smoothing_flags & SMOOTH_CORNERS) if(smoothing_flags & SMOOTH_DIAGONAL_CORNERS)