Space cleaner cleans mobs

This commit is contained in:
Atermonera
2021-01-03 15:19:20 -08:00
committed by VirgoBot
parent b6d71fdb31
commit 427ec8adee
6 changed files with 108 additions and 87 deletions
@@ -373,6 +373,11 @@
color = "#A5F0EE"
touch_met = 50
/datum/reagent/space_cleaner/touch_mob(var/mob/M)
if(iscarbon(M))
var/mob/living/carbon/C = M
C.clean_blood()
/datum/reagent/space_cleaner/touch_obj(var/obj/O)
O.clean_blood()