mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
[MIRROR] Fixes showers not showering (#11000)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
20ac72130e
commit
bdd5e224e4
@@ -191,7 +191,7 @@
|
|||||||
if(on)
|
if(on)
|
||||||
soundloop.start()
|
soundloop.start()
|
||||||
if (M.loc == loc)
|
if (M.loc == loc)
|
||||||
wash(M)
|
do_wash(M)
|
||||||
process_heat(M)
|
process_heat(M)
|
||||||
for (var/atom/movable/G in src.loc)
|
for (var/atom/movable/G in src.loc)
|
||||||
G.wash(CLEAN_SCRUB)
|
G.wash(CLEAN_SCRUB)
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
var/remove_amount = M.touching.maximum_volume * M.reagent_permeability() //take off your suit first
|
var/remove_amount = M.touching.maximum_volume * M.reagent_permeability() //take off your suit first
|
||||||
M.touching.remove_any(remove_amount)
|
M.touching.remove_any(remove_amount)
|
||||||
|
|
||||||
M.wash(CLEAN_SCRUB)
|
O.wash(CLEAN_SCRUB)
|
||||||
|
|
||||||
reagents.splash(O, 10, min_spill = 0, max_spill = 0)
|
reagents.splash(O, 10, min_spill = 0, max_spill = 0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user