mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Heater Buff & Craftable Heaters (#17494)
Heater Buff & Craftable Heaters Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
686495a2ec
commit
5285483c1e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user