mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Anchors nutraslop trays (#96745)
## About The Pull Request Closes #96695 ## Changelog 🆑 fix: Anchored nutraslop trays /🆑
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user