mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -443,7 +443,7 @@
|
||||
..()
|
||||
if(iscarbon(M))
|
||||
var/mob/living/carbon/C = M
|
||||
C.clean_blood()
|
||||
C.clean_blood(TRUE)
|
||||
|
||||
/datum/reagent/space_cleaner/touch_obj(var/obj/O)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user