mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Merge pull request #13074 from Fox-McCloud/camera-nope
Removes Creatable Video Cameras
This commit is contained in:
@@ -35447,7 +35447,6 @@
|
||||
/area/library)
|
||||
"bmF" = (
|
||||
/obj/structure/cult/archives,
|
||||
/obj/item/videocam,
|
||||
/obj/machinery/light_switch{
|
||||
pixel_y = -25
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user