mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Sheetifier and Vend-a-Tray has proper named circuit boards (#52462)
* Update machine_designs.dm * up
This commit is contained in:
@@ -610,14 +610,14 @@
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/board/sheetifier
|
||||
name = "Sheetifier"
|
||||
desc = "This machine turns weird things into sheets."
|
||||
name = "Machine Design (Sheet-meister 2000)"
|
||||
desc = "The circuit board for a Sheet-meister 2000."
|
||||
id = "sheetifier"
|
||||
build_path = /obj/item/circuitboard/machine/sheetifier
|
||||
category = list ("Misc. Machinery")
|
||||
|
||||
/datum/design/board/vendatray
|
||||
name = "Vend-a-Tray"
|
||||
name = "Machine Design (Vend-a-Tray)"
|
||||
desc = "The circuit board for a Vend-a-Tray."
|
||||
id = "vendatray"
|
||||
build_path = /obj/item/circuitboard/machine/vendatray
|
||||
|
||||
Reference in New Issue
Block a user