mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
breaker of rules, I can change your mind (#27235)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "wall_bug"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
var/obj/machinery/camera/portable/camera
|
||||
var/obj/machinery/camera/portable/camera_bug/camera
|
||||
var/index = "REPORT THIS TO CODERS"
|
||||
|
||||
/obj/item/wall_bug/Initialize(mapload, obj/item/camera_bug/the_bug)
|
||||
@@ -81,10 +81,13 @@
|
||||
camera_bug.connections++
|
||||
index = camera_bug.connections
|
||||
|
||||
camera = new /obj/machinery/camera/portable(src)
|
||||
camera = new /obj/machinery/camera/portable/camera_bug(src)
|
||||
camera.network = list("camera_bug[camera_bug.UID()]")
|
||||
camera.c_tag = "Hidden Camera [index]"
|
||||
|
||||
/obj/machinery/camera/portable/camera_bug
|
||||
non_chunking_camera = TRUE
|
||||
|
||||
/obj/item/paper/camera_bug
|
||||
name = "Camera Bug Guide"
|
||||
icon_state = "paper"
|
||||
|
||||
Reference in New Issue
Block a user