Skip to content

Commit

Permalink
Portable Slop (#3822)
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
  • Loading branch information
generalthrax and actions-user authored Dec 3, 2024
1 parent d2917fc commit 264cf6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/reagents/reagent_dispenser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 264cf6f

Please sign in to comment.