Microwave code cleanup (#19043)

* initial degloggening

* begone duplicated code

* whoopsie daisy

* get rid of the default passes on the start proc

* true or false

* what a wonderful idea!

* more microwave cleanup

* whoopsies, small fixies

* minor error

* span fixes, minor tweaks

* here and there and there and here

* get rid of unnecessary variables

* why was this a string?

* big commit, much wow

* undef

* avoiding typecasting

* collapsd

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
MeepleMuncher
2026-02-01 08:03:02 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent aa92cde86d
commit d4184dc115
5 changed files with 342 additions and 529 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)