From f4594b4514bbacd749c171c47225cae1b681dff7 Mon Sep 17 00:00:00 2001 From: Ediblebomb <95509996+Ediblebomb@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:25:38 -0500 Subject: [PATCH] Update smoke.dm --- code/game/objects/effects/effect_system/smoke.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/game/objects/effects/effect_system/smoke.dm b/code/game/objects/effects/effect_system/smoke.dm index c45f35a12c..5b707bd125 100644 --- a/code/game/objects/effects/effect_system/smoke.dm +++ b/code/game/objects/effects/effect_system/smoke.dm @@ -344,10 +344,8 @@ if(..()) return if(isxeno(creature)) - if(xeno_creature.interference < 4) - to_chat(xeno_creature, SPAN_XENOHIGHDANGER("Your awareness dims to a small area!")) creature.apply_damage(20, BRUTE) - xeno_creature.interference = 10 + xeno_creature.AddComponent(/datum/component/status_effect/interference, 10, 10) xeno_creature.blinded = TRUE /obj/effect/particle_effect/smoke/cn20/contact_eyes(mob/living/carbon/creature)