mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user