diff --git a/code/controllers/subsystem/icon_smooth.dm b/code/controllers/subsystem/icon_smooth.dm index 0fc22775517..9437689e36e 100644 --- a/code/controllers/subsystem/icon_smooth.dm +++ b/code/controllers/subsystem/icon_smooth.dm @@ -68,7 +68,7 @@ SUBSYSTEM_DEF(icon_smooth) can_fire = TRUE /datum/controller/subsystem/icon_smooth/proc/remove_from_queues(atom/thing) - thing &= ~SMOOTH_QUEUED + thing.smooth &= ~SMOOTH_QUEUED smooth_queue -= thing blueprint_queue -= thing deferred -= thing