Fixes two things

Hopefully last fix

Revert "Hopefully last fix"

This reverts commit 91550ad5abb256d3d868459393073a4bd74b7241.

Fixes two things
This commit is contained in:
fludd12
2017-03-28 23:48:07 -04:00
parent 19db4147ff
commit 67665d76cf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -245,7 +245,7 @@
target.show_message("<span class='abductor'>You hear [user.real_name]'s voice: [say]</span>")
else
target.show_message("<span class='abductor'>You hear a voice that seems to echo around the room: [say]</span>")
user.show_message("<span class='abductor'>You project your mind into [target.real_name]: [say]</span>")
user.show_message("<span class='abductor'>You project your mind into [target.name]: [say]</span>")
for(var/mob/dead/observer/G in player_list)
G.show_message("<i>Telepathic message from <b>[user]</b> ([ghost_follow_link(user, ghost=G)]) to <b>[target]</b> ([ghost_follow_link(target, ghost=G)]): [say]</i>")
+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)