mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix only mimes being able to scream (#42766)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
if(!ishuman(user))
|
||||
return
|
||||
var/mob/living/carbon/human/H = user
|
||||
if(!H.mind?.miming)
|
||||
if(H.mind?.miming)
|
||||
return
|
||||
if(ishumanbasic(H) || iscatperson(H))
|
||||
if(user.gender == FEMALE)
|
||||
|
||||
Reference in New Issue
Block a user