mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
35 lines
854 B
Plaintext
35 lines
854 B
Plaintext
/obj/machinery/computer/security/abductor
|
|
name = "camera uplink"
|
|
desc = "Used for hacking into camera networks"
|
|
icon = 'icons/obj/abductor.dmi'
|
|
icon_state = "camera"
|
|
network = list( "Mercenary",
|
|
"Cargo",
|
|
"Circuits",
|
|
"Civilian",
|
|
"Command",
|
|
"Engine",
|
|
"Engineering",
|
|
"Exploration",
|
|
"Medical",
|
|
"Mining Outpost",
|
|
"Outside",
|
|
"Research",
|
|
"Research Outpost",
|
|
"Robots",
|
|
"Security",
|
|
"Telecommunications",
|
|
"Tether",
|
|
"TalonShip",
|
|
"Entertainment",
|
|
"Communicators"
|
|
)
|
|
|
|
/obj/machinery/computer/security/xenobio
|
|
name = "xenobiology camera monitor"
|
|
desc = "Used to access the xenobiology cell cameras."
|
|
icon_keyboard = "mining_key"
|
|
icon_screen = "mining"
|
|
network = list(NETWORK_XENOBIO)
|
|
circuit = /obj/item/circuitboard/security/xenobio
|
|
light_color = "#F9BBFC" |