Skip to content

Commit

Permalink
mobs can speak without mind!
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jan 31, 2025
1 parent b85370c commit 52339d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_bandastation/autohiss/code/autohiss_blocker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
// Autohiss can only be disabled for natural tongues
if(!istype(parent, /obj/item/organ/tongue))
return ..()
if(!targeted.mind)
return ..()
if(parent.type in targeted.mind.autohiss_disabled_types)
return
. = ..()

0 comments on commit 52339d9

Please sign in to comment.