Video camera tweaks (#19481)

* video camera tweaks and added to protolathe

* sprites

* you must wield it to use now

* Edan52 review and use of if(wielded)

* Back to one hand

* conflict

* sprites

* hahaha

* mistake fixed

* visible message, librarian camera and tweak to desc

* little tweak to desc

* Steelslayer review
This commit is contained in:
Henri215
2022-11-26 15:10:15 -03:00
committed by GitHub
parent 1ba7e14fc2
commit 5e964fa9fc
5 changed files with 38 additions and 22 deletions
@@ -61,6 +61,16 @@
build_path = /obj/item/camera/digital
category = list("Miscellaneous")
/datum/design/video_camera
name = "Video Camera"
desc = "Produce a video camera that can send live feed to the entertainment network."
id = "videocamera"
req_tech = list("programming" = 3, "materials" = 2)
build_type = PROTOLATHE
materials = list(MAT_METAL = 1000, MAT_GLASS = 500)
build_path = /obj/item/videocam
category = list("Miscellaneous")
/datum/design/safety_muzzle
name = "Safety Muzzle"
desc = "Produce a lockable muzzle keyed to security ID cards"