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."