From 771070a6061aed37a72f2d59cb1281056371efb1 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Thu, 29 Dec 2022 20:35:38 -0600 Subject: [PATCH] why put the big X on run and not annotations --- code/modules/recycling/conveyor_sorter.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/recycling/conveyor_sorter.dm b/code/modules/recycling/conveyor_sorter.dm index 12451fc0d6..0e42c79067 100644 --- a/code/modules/recycling/conveyor_sorter.dm +++ b/code/modules/recycling/conveyor_sorter.dm @@ -129,7 +129,6 @@ qdel(src) /obj/effect/decal/cleanable/conveyor_sorter/proc/on_entered(datum/source, atom/movable/AM) - . = ..() if(is_type_in_list(AM, sorting_list) && !AM.anchored && COOLDOWN_FINISHED(src, use_cooldown)) COOLDOWN_START(src, use_cooldown, 1 SECONDS) AM.Move(get_step(src, dir))