Fixes rags being unable to clean bowls (#21518)

Before, trying to clean a bowl with a rag would fill it with water,
preventing it from being cleaned. This stops the water from being moved
to the bowl.
This commit is contained in:
Casper3667
2025-10-30 17:39:23 +00:00
committed by GitHub
parent af6f645b8f
commit a428bd2b70
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ Plates that can hold your cooking stuff
return
/obj/item/reagent_containers/bowl/on_rag_wipe(obj/item/reagent_containers/glass/rag/R)
. = ..()
clean_blood()
if(grease)
grease = FALSE
update_icon()