mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Fixes sinks that don't have water reclaimers (#67462)
This commit is contained in:
@@ -273,8 +273,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/urinal, 32)
|
||||
|
||||
/obj/structure/sink/Initialize(mapload, bolt)
|
||||
. = ..()
|
||||
create_reagents(100, NO_REACT)
|
||||
if(has_water_reclaimer)
|
||||
create_reagents(100, NO_REACT)
|
||||
reagents.add_reagent(dispensedreagent, 100)
|
||||
AddComponent(/datum/component/plumbing/simple_demand, bolt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user