From 264cf6fb20cf460e6bc3485af6999b853904f59b Mon Sep 17 00:00:00 2001 From: generalthrax <139387950+generalthrax@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:42:37 -0600 Subject: [PATCH] Portable Slop (#3822) ## About The Pull Request You can unanchor Serving Dishes and take them with you ## Why It's Good For The Game Slop the eternal enemy of gruel ## Changelog :cl: add: You can now unanchor Serving Dishes /:cl: --------- Co-authored-by: github-actions --- code/modules/reagents/reagent_dispenser.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm index 54d2fc182398..dd8c6c24442b 100644 --- a/code/modules/reagents/reagent_dispenser.dm +++ b/code/modules/reagents/reagent_dispenser.dm @@ -188,6 +188,11 @@ anchored = TRUE reagent_id = /datum/reagent/consumable/nutraslop +/obj/structure/reagent_dispensers/servingdish/wrench_act(mob/living/user, obj/item/tool) + . = ..() + default_unfasten_wrench(user, tool) + return TRUE + /obj/structure/reagent_dispensers/plumbed name = "stationairy water tank" anchored = TRUE