diff --git a/code/modules/food_and_drinks/machinery/microwave.dm b/code/modules/food_and_drinks/machinery/microwave.dm index b92c7a2bb78..f58b5df6212 100644 --- a/code/modules/food_and_drinks/machinery/microwave.dm +++ b/code/modules/food_and_drinks/machinery/microwave.dm @@ -246,6 +246,9 @@ var/atom/movable/AM = i AM.forceMove(drop_location()) ingredients.Cut() + flick("[dirty == 100 ? "mwbloodyo" : "mwo"]", src) + playsound(loc, 'sound/machines/click.ogg', 15, TRUE, -3) + /obj/machinery/microwave/proc/cook() if(machine_stat & (NOPOWER|BROKEN)) @@ -372,6 +375,8 @@ set_light(0) soundloop.stop() update_appearance() + flick("[dirty == 100 ? "mwbloodyo" : "mwo"]", src) + /// 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. diff --git a/icons/obj/kitchen.dmi b/icons/obj/kitchen.dmi index a3533f71f23..446a46a14f5 100644 Binary files a/icons/obj/kitchen.dmi and b/icons/obj/kitchen.dmi differ