mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Space cleaner cleans mobs
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user