Fixes being able to make xray cameras, fixes invisible all cameras (#16708)

This commit is contained in:
Qwertytoforty
2021-09-13 15:51:58 -04:00
committed by GitHub
parent fdb5e44185
commit da18340bc4
2 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -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)
. = ..()