Update oven.dm

This commit is contained in:
Novacat
2021-02-06 20:52:35 -05:00
committed by GitHub
parent 94a1966f3a
commit 2a7bb0dceb

View File

@@ -104,11 +104,7 @@
cooking = FALSE
playsound(src, 'sound/machines/hatch_open.ogg', 20, 1)
<<<<<<< HEAD
to_chat(user, "<span class='notice'>You [open ? "open" : "close"] the oven door.</span>")
=======
to_chat(user, "<span class='notice'>You [open? "open":"close"] the oven door</span>")
>>>>>>> 65f48cd... Merge pull request #7845 from Cerebulon/foodfixes
update_icon()
/obj/machinery/appliance/cooker/oven/proc/manip(var/obj/item/I)
@@ -156,4 +152,4 @@
combination_cook(CI)
return
else
..()
..()