mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user