mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
[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:
@@ -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?")
|
||||
|
||||
Reference in New Issue
Block a user