Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c51695a

Browse files
committed
Update mini_spasms.dm
1 parent 4df7562 commit c51695a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/psionics/events/mini_spasms.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
/datum/round_event/minispasm/proc/do_spasm(mob/living/victim, obj/item/radio/source)
4444
if(HAS_TRAIT(src, TRAIT_PSIONICALLY_DEAFENED) || HAS_TRAIT(src, TRAIT_PSIONICALLY_IMMUNE))
4545
return
46+
if(!victim.mind)
47+
return
4648
if(victim.psi)
4749
playsound(source, 'sound/creatures/narsie_rises.ogg', 75) //LOUD AS FUCK BOY
4850
to_chat(victim, span_danger("A hauntingly familiar sound hisses from \icon[source] \the [source], and your vision flickers!"))

0 commit comments

Comments
 (0)