Adds Materials to Every Autolathe and Protolathe Item (except for ammo boxes, IK mags, and Dart Boxes) (#31445)

* Holy fuck there's so much shit I'm not even done

* oh god there's so many

* it is done

* Update autolathe_designs.dm

* Update circuitboard.dm
This commit is contained in:
CRUNCH
2026-01-30 21:25:40 +00:00
committed by GitHub
parent 64d5fcb6ef
commit da1ebd039d
155 changed files with 640 additions and 276 deletions
+1
View File
@@ -5,6 +5,7 @@
desc = "The cornerstone of any customer service job. You feel an unending urge to ring it. It looks like it can be wrenched or screwdrivered."
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "desk_bell"
materials = list(MAT_METAL = 4000)
/// The amount of times this bell has been rang, used to check the chance it breaks
var/times_rang = 0
/// Is this bell broken?
+1
View File
@@ -7,6 +7,7 @@
desc = "A combined label printer, applicator, and remover, all in a single portable device. Designed to be easy to operate and use."
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "labeler0"
materials = list(MAT_METAL = 150, MAT_GLASS = 150)
var/label = null
var/labels_left = 30
var/mode = LABEL_MODE_OFF
+1
View File
@@ -535,6 +535,7 @@ GLOBAL_LIST_INIT(SpookyGhosts, list("ghost","shade","shade2","ghost-narsie","hor
name = "digital camera"
desc = "A digital camera."
digital = TRUE
materials = list(MAT_METAL = 500, MAT_GLASS = 300)
var/list/datum/picture/saved_pictures = list()
var/max_storage = 10