Fixes two things

Hopefully last fix

Revert "Hopefully last fix"

This reverts commit 91550ad5abb256d3d868459393073a4bd74b7241.

Fixes two things
This commit is contained in:
fludd12
2017-05-16 23:07:50 -04:00
parent 19db4147ff
commit 67665d76cf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -301,8 +301,8 @@
their = "her"
if(speaker.gender == "male")
their = "his"
for(var/mob/living/player in view(4, speaker))
to_chat(player,"<span class='notice'>[speaker] touches [their] fingers to [their] temple.</span>")
speaker.visible_message("<span class='notice'>[speaker] touches [their] fingers to [their] temple.</span>")
..(speaker,message,speaker.real_name)
/datum/language/grey/check_can_speak(mob/living/speaker)