Skip to content

Commit

Permalink
down here, slop is a way of life
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Nov 22, 2024
1 parent 3e5b6dc commit bb38e92
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 bb38e92

Please sign in to comment.