mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
@@ -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?
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user