mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
26 lines
582 B
Plaintext
26 lines
582 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"
|
|
) |