mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 17:15:25 +01:00
Sinks can act as endless sources and drains for reagent hoses (#17897)
This commit is contained in:
@@ -500,6 +500,11 @@
|
||||
anchored = TRUE
|
||||
var/busy = 0 //Something's being washed at the moment
|
||||
|
||||
/obj/structure/sink/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/hose_connector/endless_source/water)
|
||||
AddComponent(/datum/component/hose_connector/endless_drain)
|
||||
|
||||
/obj/structure/sink/MouseDrop_T(var/obj/item/thing, var/mob/user)
|
||||
..()
|
||||
if(!istype(thing) || !thing.is_open_container())
|
||||
|
||||
Reference in New Issue
Block a user