From 2bc4c0e90fef15e5a4f1966ecfa8d1a3c97bfb01 Mon Sep 17 00:00:00 2001 From: Wouter Date: Wed, 18 Jun 2014 03:35:57 +0200 Subject: [PATCH] Returns ..() on Microwaves If you want this to use power, whatever asshat commented that out broke it. Adapting my code, figured out that this was what broke it only days after trying to locate the issue, thinking it was related to my own code. Probably quite minor, but this is what it is supposed to be functioning like. Right now it's just some powerless machine and whatever you do on /obj/machinery/New() is not working here without it. --- code/game/machinery/kitchen/microwave.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/kitchen/microwave.dm b/code/game/machinery/kitchen/microwave.dm index 0c45afb409..8113cf5985 100644 --- a/code/game/machinery/kitchen/microwave.dm +++ b/code/game/machinery/kitchen/microwave.dm @@ -26,7 +26,7 @@ ********************/ /obj/machinery/microwave/New() - //..() //do not need this + ..() reagents = new/datum/reagents(100) reagents.my_atom = src if (!available_recipes)