there's an extra space and it bugged me im sorry
This commit is contained in:
@@ -931,7 +931,7 @@ datum/status_effect/stabilized/blue/on_remove()
|
|||||||
/datum/status_effect/stabilized/lightpink/on_apply()
|
/datum/status_effect/stabilized/lightpink/on_apply()
|
||||||
ADD_TRAIT(owner, TRAIT_FREESPRINT, "stabilized_slime")
|
ADD_TRAIT(owner, TRAIT_FREESPRINT, "stabilized_slime")
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/datum/status_effect/stabilized/lightpink/tick()
|
/datum/status_effect/stabilized/lightpink/tick()
|
||||||
for(var/mob/living/carbon/human/H in range(1, get_turf(owner)))
|
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))
|
if(H != owner && H.stat != DEAD && H.health <= 0 && !H.reagents.has_reagent(/datum/reagent/medicine/epinephrine))
|
||||||
|
|||||||
Reference in New Issue
Block a user