there's an extra space and it bugged me im sorry

This commit is contained in:
kiwedespars
2020-04-02 00:35:38 -07:00
committed by GitHub
parent eeccea989c
commit 9b6cd54abf

View File

@@ -931,7 +931,7 @@ datum/status_effect/stabilized/blue/on_remove()
/datum/status_effect/stabilized/lightpink/on_apply()
ADD_TRAIT(owner, TRAIT_FREESPRINT, "stabilized_slime")
return ..()
/datum/status_effect/stabilized/lightpink/tick()
for(var/mob/living/carbon/human/H in range(1, get_turf(owner)))
if(H != owner && H.stat != DEAD && H.health <= 0 && !H.reagents.has_reagent(/datum/reagent/medicine/epinephrine))