mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Fixes being able to make xray cameras, fixes invisible all cameras (#16708)
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
anchored = FALSE
|
||||
materials = list(MAT_METAL=400, MAT_GLASS=250)
|
||||
// Motion, EMP-Proof, X-Ray
|
||||
var/list/obj/item/possible_upgrades = list(/obj/item/assembly/prox_sensor, /obj/item/stack/sheet/mineral/plasma, /obj/item/analyzer)
|
||||
// Motion, EMP-Proof
|
||||
var/list/obj/item/possible_upgrades = list(/obj/item/assembly/prox_sensor, /obj/item/stack/sheet/mineral/plasma)
|
||||
var/list/upgrades = list()
|
||||
var/state = ASSEMBLY_UNBUILT
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
// ALL UPGRADES
|
||||
/obj/machinery/camera/all
|
||||
icon_state = "xraycamera" //mapping icon.
|
||||
icon_state = "xraycam" //mapping icon.
|
||||
|
||||
/obj/machinery/camera/all/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user