mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
EFTPOS in Autolathe (#28205)
* EFTPOS in Autolathe * Make EFTPOSes recyclable.
This commit is contained in:
@@ -186,6 +186,7 @@
|
||||
materials = list(MAT_METAL = 500, MAT_GLASS = 500)
|
||||
build_path = /obj/item/clothing/ears/earmuffs
|
||||
category = list("initial", "Miscellaneous")
|
||||
|
||||
/datum/design/painter
|
||||
name = "Modular Painter"
|
||||
id = "mod_painter"
|
||||
@@ -194,6 +195,14 @@
|
||||
build_path = /obj/item/painter
|
||||
category = list("initial", "Miscellaneous")
|
||||
|
||||
/datum/design/eftpos
|
||||
name = "EFTPOS"
|
||||
id = "eftpos"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 300, MAT_GLASS = 140)
|
||||
build_path = /obj/item/eftpos
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/metal
|
||||
name = "Metal"
|
||||
id = "metal"
|
||||
|
||||
Reference in New Issue
Block a user