From 2e7c68dd6ecaf1d261f53dd23d567de6f6e6af50 Mon Sep 17 00:00:00 2001 From: L Date: Sat, 27 Jun 2020 05:35:18 -0300 Subject: [PATCH] derp --- code/controllers/subsystem/icon_smooth.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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