mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Merge branch 'master' into corporate-comms
This commit is contained in:
@@ -10,11 +10,16 @@
|
||||
throw_range = 20
|
||||
origin_tech = "syndicate=1;engineering=3"
|
||||
/// Integrated camera console to serve UI data
|
||||
var/obj/machinery/computer/security/integrated_console
|
||||
var/obj/machinery/computer/security/camera_bug/integrated_console
|
||||
|
||||
/obj/machinery/computer/security/camera_bug
|
||||
name = "invasive camera utility"
|
||||
desc = "How did this get here?! Please report this as a bug to github"
|
||||
use_power = NO_POWER_USE
|
||||
|
||||
/obj/item/camera_bug/Initialize(mapload)
|
||||
. = ..()
|
||||
integrated_console = new
|
||||
integrated_console = new(src)
|
||||
integrated_console.parent = src
|
||||
integrated_console.network = list("SS13")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user