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
+1 -1
View File
@@ -405,7 +405,7 @@
A single bite will transport you back to the taste of yesterday's prison rations. \
Contains a serving dish filled with Nutraslop."
cost = CARGO_CRATE_VALUE * 4
contains = list(/obj/structure/reagent_dispensers/servingdish)
contains = list(/obj/structure/reagent_dispensers/servingdish/unanchored)
crate_name = "nutraslop serving dish crate"
@@ -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"