EFTPOS in Autolathe (#28205)

* EFTPOS in Autolathe

* Make EFTPOSes recyclable.
This commit is contained in:
Charlie Nolan
2025-02-10 03:01:34 +00:00
committed by GitHub
parent 3ff6a92476
commit 4e7b0e641c
4 changed files with 13 additions and 2 deletions
@@ -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"