From 2a7bb0dcebf8a628d98ca0ef060bb3dec7fcb216 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 6 Feb 2021 20:52:35 -0500 Subject: [PATCH] Update oven.dm --- code/modules/food/kitchen/cooking_machines/oven.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/food/kitchen/cooking_machines/oven.dm b/code/modules/food/kitchen/cooking_machines/oven.dm index 788e0a8432..d58df7e6f6 100644 --- a/code/modules/food/kitchen/cooking_machines/oven.dm +++ b/code/modules/food/kitchen/cooking_machines/oven.dm @@ -104,11 +104,7 @@ cooking = FALSE playsound(src, 'sound/machines/hatch_open.ogg', 20, 1) -<<<<<<< HEAD - to_chat(user, "You [open ? "open" : "close"] the oven door.") -======= to_chat(user, "You [open? "open":"close"] the oven door") ->>>>>>> 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 - ..() \ No newline at end of file + ..()