mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Buildable Deep Fryers
Deep fryers can now be built and upgraded with some minor assistance from science. - Board requires programming 2, just like the microwave and such - 2 micro lasers + 5 cables - Upgrading the lasers decreases the cook time 🆑 rscadd: Deepfryers are no longer arcane mysteries, and can be (de)constructed and upgraded. /🆑
This commit is contained in:
@@ -432,6 +432,16 @@
|
||||
build_path = /obj/item/weapon/circuitboard/candy_maker
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/deepfryer
|
||||
name = "Machine Board (Deep Fryer)"
|
||||
desc = "The circuit board for a Deep Fryer."
|
||||
id = "deepfryer"
|
||||
req_tech = list("programming" = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list(MAT_GLASS = 1000, "sacid" = 20)
|
||||
build_path = /obj/item/weapon/circuitboard/deepfryer
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/orion_trail
|
||||
name = "Machine Board (Orion Trail Arcade Machine)"
|
||||
desc = "Allows for the construction of circuit boards used to build a new Orion Trail machine."
|
||||
|
||||
Reference in New Issue
Block a user