Makes Hell Microwaves Not Use Power (#67413)

Hey there,

I was informed that the holodeck program Microwave Paradise would draw and suck power out of an APC. Didn't intend for that to happen, and while funny, I don't really want to arm the crew with le epic power sink with very little effort than pressing a button, or warranting this to eventually be locked to "dangerous" programs. So, let's change such that this subtype of microwaves that can not be constructed (only mapped/spawned) doesn't consume any power. I don't know why it drew off the nearest APC or how that works, but this seems to be alright.

It's not possible to deconstruct machinery spawned in at the Holodeck (which I verified while testing this PR), so do not worry about people using this to bypass the power economy for whzhzhzhz purposes.
This commit is contained in:
san7890
2022-05-31 19:36:42 -05:00
committed by GitHub
parent f04c5b944b
commit 92fda5014d
@@ -374,9 +374,12 @@
update_appearance()
/// Type of microwave that automatically turns it self on erratically. Probably don't use this outside of the holodeck program "Microwave Paradise".
/// You could also live your life with a microwave that will continously run in the background of everything and drain any hint of power. I think the former makes more sense.
/// You could also live your life with a microwave that will continously run in the background of everything while also not having any power draw. I think the former makes more sense.
/obj/machinery/microwave/hell
desc = "Cooks and boils stuff. This one appears to be a bit... off."
use_power = NO_POWER_USE
idle_power_usage = 0
active_power_usage = 0
/obj/machinery/microwave/hell/Initialize()
. = ..()