Makes Space Heaters Into Constructable Machines and Slightly Improves Them (#28747)

* Reverse-engineered techniques of the Space Amish

* The Space Amish are no longer required.

* Update spaceheater.dm

* Update spaceheater.dm

* Update code/game/machinery/spaceheater.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-04-09 18:10:32 +01:00
committed by GitHub
parent 3ac753ef59
commit 2e34166d15
3 changed files with 99 additions and 35 deletions
@@ -12,6 +12,16 @@
build_path = /obj/item/circuitboard/thermomachine
category = list ("Engineering Machinery")
/datum/design/space_heater
name = "Machine Board (Space Heater)"
desc = "The circuit board for a space heater"
id = "space_heater"
req_tech = list("programming" = 3, "plasmatech" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/space_heater
category = list ("Engineering Machinery")
/datum/design/recharger
name = "Machine Board (Weapon Recharger)"
desc = "The circuit board for a weapon recharger."