Fixes sinks that don't have water reclaimers (#67462)

This commit is contained in:
Tastyfish
2022-06-07 21:56:25 -04:00
committed by GitHub
parent e2c2e7153b
commit d2392eaf4a
+1 -1
View File
@@ -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)