You are now the proud owner of the best conveyor set available for space mail order! \ We at Nano-it-up know you love to prepare your own structures without wasting time, so we have devised a special streamlined \ assembly procedure that puts all other mail-order products to shame!
\Firstly, you need to link the conveyor switch assembly to each of the conveyor belt assemblies. After doing so, you simply need to install the belt \ assemblies onto the floor, et voila, belt built. Our special Nano-it-up smart switch will detected any linked assemblies as far as the eye can see!
\Set single directional switches by using your multitool on the switch after you've installed the switch assembly.
\This convenience, you can only have it when you Nano-it-up. Stay nano!
" /obj/machinery/conveyor/counterclockwise clockwise = FALSE icon_state = "conveyor_stopped_ccw" /obj/machinery/conveyor/auto/New(loc, newdir) ..(loc, newdir) operating = TRUE update_icon() /obj/machinery/conveyor/auto/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE //Other types of conveyor, mostly for saving yourself a headache during mapping /obj/machinery/conveyor/north dir = NORTH /obj/machinery/conveyor/northeast dir = NORTHEAST /obj/machinery/conveyor/east dir = EAST /obj/machinery/conveyor/southeast dir = SOUTHEAST /obj/machinery/conveyor/south dir = SOUTH /obj/machinery/conveyor/southwest dir = SOUTHWEST /obj/machinery/conveyor/west dir = WEST /obj/machinery/conveyor/northwest dir = NORTHWEST /obj/machinery/conveyor/north/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/northeast/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/east/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/southeast/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/south/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/southwest/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/west/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE /obj/machinery/conveyor/northwest/ccw icon_state = "conveyor_stopped_ccw" clockwise = FALSE #undef DIRECTION_FORWARDS #undef DIRECTION_OFF #undef DIRECTION_REVERSED #undef IS_OPERATING