From 13db6913fd82e844ec5ab150ab8a22dd4a32e0ab Mon Sep 17 00:00:00 2001 From: Toastical Date: Thu, 3 Apr 2025 20:53:49 +0300 Subject: [PATCH] [Fix] You can tape food to walls again (#28872) * fix food taping to walls * might as well just remove the proc --------- Co-authored-by: Toastical --- code/modules/food_and_drinks/food_base.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/food_and_drinks/food_base.dm b/code/modules/food_and_drinks/food_base.dm index b599568e4fc..e60a669ddc1 100644 --- a/code/modules/food_and_drinks/food_base.dm +++ b/code/modules/food_and_drinks/food_base.dm @@ -180,9 +180,6 @@ return TRUE return FALSE -/obj/item/food/afterattack__legacy__attackchain(obj/target, mob/user, proximity) - return - /obj/item/food/attackby__legacy__attackchain(obj/item/W, mob/user, params) if(is_pen(W)) rename_interactive(user, W, use_prefix = FALSE, prompt = "What would you like to name this dish?")