[MIRROR] Microwave code cleanup (#12347)

Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-03 20:15:41 +01:00
committed by GitHub
co-authored by MeepleMuncher Cameron Lennox Kashargul
parent bc4f18cc15
commit bab8a5a029
7 changed files with 342 additions and 545 deletions
@@ -7,8 +7,8 @@
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
req_components = list(
/obj/item/stock_parts/console_screen = 1,
/obj/item/stock_parts/capacitor = 3, // Original Capacitor count was 1
/obj/item/stock_parts/motor = 1,
/obj/item/stock_parts/capacitor = 1,
/obj/item/stock_parts/micro_laser = 1,
/obj/item/stock_parts/scanning_module = 1,
/obj/item/stock_parts/matter_bin = 2)
@@ -62,13 +62,3 @@
/obj/item/stock_parts/capacitor = 3,
/obj/item/stock_parts/scanning_module = 1,
/obj/item/stock_parts/matter_bin = 2)
/obj/item/circuitboard/microwave/advanced
name = T_BOARD("deluxe microwave")
build_path = /obj/machinery/microwave/advanced
board_type = new /datum/frame/frame_types/microwave
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
req_components = list(
/obj/item/stock_parts/console_screen = 1,
/obj/item/stock_parts/motor = 1,
/obj/item/stock_parts/capacitor = 1)