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.
This commit is contained in:
Wouter
2014-06-18 03:35:57 +02:00
parent 342bee81d4
commit 2bc4c0e90f

View File

@@ -26,7 +26,7 @@
********************/ ********************/
/obj/machinery/microwave/New() /obj/machinery/microwave/New()
//..() //do not need this ..()
reagents = new/datum/reagents(100) reagents = new/datum/reagents(100)
reagents.my_atom = src reagents.my_atom = src
if (!available_recipes) if (!available_recipes)