Skip to content

Commit

Permalink
Update smoke.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediblebomb committed Sep 14, 2024
1 parent a34de1d commit f4594b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/objects/effects/effect_system/smoke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f4594b4

Please sign in to comment.