Fixes washing related issues (#17789)

* .

* Update atoms.dm

* wet
This commit is contained in:
Guti
2025-06-04 00:59:29 +02:00
committed by GitHub
parent 6c9def55be
commit 98c26af2b2
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -35,6 +35,7 @@ GLOBAL_LIST_BOILERPLATE(all_mops, /obj/item/mop)
var/turf/T = get_turf(A)
if(T)
T.wash(CLEAN_SCRUB)
reagents.trans_to_turf(T, 1, 10)
to_chat(user, span_notice("You have finished mopping!"))
@@ -76,4 +77,5 @@ GLOBAL_LIST_BOILERPLATE(all_mops, /obj/item/mop)
var/turf/T = get_turf(A)
if(T)
T.wash(CLEAN_SCRUB)
reagents.trans_to_turf(T, 1, 10)
to_chat(user, span_notice("You have finished mopping!"))