/obj/item/circuitboard/computer/cargo/express/interdyne name = "Interdyne Express Supply Console" build_path = /obj/machinery/computer/cargo/express/interdyne contraband = TRUE /obj/machinery/computer/cargo/express/interdyne name = "interdyne express supply console" desc = "A standard NT express console, hacked by Gorlex Industries to use \ their own experimental \"1100mm Rail Cannon\", made to be extra robust to prevent \ being emagged by the Syndicate cadets of the SSV Dauntless." circuit = /obj/item/circuitboard/computer/cargo/express/interdyne req_access = list(ACCESS_SYNDICATE) cargo_account = ACCOUNT_INT contraband = TRUE pod_type = /obj/structure/closet/supplypod/bluespacepod console_flags = CARGO_CONSOLE_INTERDYNE landingzone = /area/ruin/space/has_grav/bubbers/persistance/cargo /obj/machinery/computer/cargo/express/interdyne/emag_act(mob/user, obj/item/card/emag/emag_card) if(user) to_chat(user, span_notice("You try to change the routing protocols, however the machine displays a runtime error and reboots.")) return FALSE//never let this console be emagged //Tarkons console /obj/item/circuitboard/computer/cargo/express/interdyne/tarkon name = "Tarkon Express Supply Console" build_path = /obj/machinery/computer/cargo/express/interdyne/tarkon contraband = TRUE /obj/machinery/computer/cargo/express/interdyne/tarkon name = "tarkon express supply console" landingzone = /area/ruin/space/has_grav/port_tarkon/cargo desc = "A standard Tarkon express console." circuit = /obj/item/circuitboard/computer/cargo/express/interdyne/tarkon req_access = list(ACCESS_TARKON) cargo_account = ACCOUNT_TAR console_flags = NONE