Merge pull request #13074 from Fox-McCloud/camera-nope

Removes Creatable Video Cameras
This commit is contained in:
variableundefined
2020-03-08 03:46:32 -04:00
committed by GitHub
3 changed files with 2 additions and 9 deletions
-1
View File
@@ -35447,7 +35447,6 @@
/area/library)
"bmF" = (
/obj/structure/cult/archives,
/obj/item/videocam,
/obj/machinery/light_switch{
pixel_y = -25
},
+2
View File
@@ -421,6 +421,8 @@
r_pocket = /obj/item/barcodescanner
l_hand = /obj/item/storage/bag/books
pda = /obj/item/pda/librarian
backpack_contents = list(
/obj/item/videocam = 1)
/datum/job/barber
title = "Barber"
@@ -872,14 +872,6 @@
build_path = /obj/item/assembly/mousetrap
category = list("initial", "Miscellaneous")
/datum/design/videocam
name = "Video Camera"
id = "videocam"
build_type = AUTOLATHE
materials = list(MAT_METAL = 120, MAT_GLASS = 60)
build_path = /obj/item/videocam
category = list("initial", "Miscellaneous")
/datum/design/logic_board
name = "Logic Circuit"
id = "logic_board"