Heater Buff & Craftable Heaters (#17494)

Heater Buff & Craftable Heaters

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-04-10 11:23:10 +02:00
committed by GitHub
co-authored by Kashargul
parent 686495a2ec
commit 5285483c1e
2 changed files with 46 additions and 7 deletions
@@ -11,3 +11,13 @@
/obj/item/stock_parts/motor = 1,
/obj/item/stock_parts/gear = 1,
/obj/item/stock_parts/matter_bin = 1)
/obj/item/circuitboard/space_heater
name = T_BOARD("space heater")
build_path = /obj/machinery/space_heater
board_type = new /datum/frame/frame_types/machine
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
req_components = list(
/obj/item/stock_parts/micro_laser = 4,
/obj/item/stock_parts/capacitor = 4,
/obj/item/stock_parts/manipulator = 4)