Merge pull request #8915 from Seris02/letmeCLEAN

allows soap and showers to clean toes, and space cleaner to actually clean synthetic toes
This commit is contained in:
Spookerton
2023-02-04 15:31:56 -05:00
committed by VirgoBot
parent 40752420f8
commit c5e353fab7
3 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@
wet()
else
to_chat(user, "<span class='notice'>You clean \the [target.name].</span>")
target.clean_blood()
target.clean_blood(TRUE)
return
//attack_as_weapon
+1 -1
View File
@@ -194,7 +194,7 @@
wash(M)
process_heat(M)
for (var/atom/movable/G in src.loc)
G.clean_blood()
G.clean_blood(TRUE)
else
soundloop.stop()