From b7a490bee6df04dfab12999481f2edfe0ec059ff Mon Sep 17 00:00:00 2001 From: ReoDaProtovali Date: Wed, 19 Apr 2023 13:21:45 -0500 Subject: [PATCH] Update conveyor2.dm --- code/modules/recycling/conveyor2.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 3603036c50b..76ff2552921 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -332,7 +332,7 @@ /obj/machinery/conveyor_switch/oneway oneway = 1 -/obj/machinery/conveyor_switch/examine +/obj/machinery/conveyor_switch/examine() .=..() - if(oneway) - . += " It appears to only go in one direction." + if(oneway == 1) + . += " It appears to only go in one direction."