[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 <toast@toaster.com>
This commit is contained in:
Toastical
2025-04-03 20:53:49 +03:00
committed by GitHub
parent b642a271e1
commit 13db6913fd
@@ -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?")