Skip to content

Commit

Permalink
Ладно...
Browse files Browse the repository at this point in the history
Co-authored-by: NinjaPikachuska <89906909+NinjaPikachuska@users.noreply.github.com>
  • Loading branch information
BasiaBelov and NinjaPikachuska committed Mar 6, 2024
1 parent 113ac95 commit 0992e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/silicon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
if(2)
take_bodypart_damage(10)
Stun(rand(1,5))
if(src.stat != DEAD)
if(stat != DEAD)
flash_eyes(affect_silicon = 1)
to_chat(src, "<span class='warning'><B>*BZZZT*</B></span>")
to_chat(src, "<span class='warning'>Warning: Electromagnetic pulse detected.</span>")
Expand Down

0 comments on commit 0992e0f

Please sign in to comment.