mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user