mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Fixes camera bugs
This commit is contained in:
@@ -10,11 +10,14 @@
|
||||
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
|
||||
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