Anchors nutraslop trays (#96745)

## About The Pull Request

Closes #96695

## Changelog
🆑
fix: Anchored nutraslop trays
/🆑
This commit is contained in:
SmArtKar
2026-07-04 20:03:39 +02:00
committed by GitHub
parent 8483e18877
commit cb10c13541
2 changed files with 10 additions and 1 deletions
@@ -687,6 +687,15 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/reagent_dispensers/wall/virusfood, 30
icon = 'icons/obj/service/kitchen.dmi'
icon_state = "serving"
reagent_id = /datum/reagent/consumable/nutraslop
anchored = TRUE
/obj/structure/reagent_dispensers/servingdish/wrench_act(mob/living/user, obj/item/tool)
. = ..()
default_unfasten_wrench(user, tool)
return ITEM_INTERACT_SUCCESS
/obj/structure/reagent_dispensers/servingdish/unanchored
anchored = FALSE
/obj/structure/reagent_dispensers/plumbed
name = "stationary water tank"