Fixes megaphone

This commit is contained in:
Tastyfish
2016-03-14 18:49:28 -04:00
parent 001c3333b7
commit fd7b8f3c3f
+1 -1
View File
@@ -24,7 +24,7 @@
return
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H & H.mind)
if(H && H.mind)
if(H.mind.miming)
user << "<span class='warning'>Your vow of silence prevents you from speaking.</span>"
return