Fixes showers not showering (#17786)

* shower

* washin'
This commit is contained in:
Guti
2025-06-02 12:39:20 -07:00
committed by GitHub
parent 206ce67ea0
commit febd8bf940
+2 -2
View File
@@ -191,7 +191,7 @@
if(on)
soundloop.start()
if (M.loc == loc)
wash(M)
do_wash(M)
process_heat(M)
for (var/atom/movable/G in src.loc)
G.wash(CLEAN_SCRUB)
@@ -262,7 +262,7 @@
var/remove_amount = M.touching.maximum_volume * M.reagent_permeability() //take off your suit first
M.touching.remove_any(remove_amount)
M.wash(CLEAN_SCRUB)
O.wash(CLEAN_SCRUB)
reagents.splash(O, 10, min_spill = 0, max_spill = 0)