Merge pull request #922 from Miniature/master

removed warning from telepathy, changed subtlemessgae to thinking
This commit is contained in:
Miniature
2012-04-25 16:17:33 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -98,7 +98,7 @@
var/obj/item/weapon/implant/I = locate(href_list["warn"])
if((I)&&(I.imp_in))
var/mob/living/carbon/R = I.imp_in
R << "\green You hear a voice in your head saying: '[warning]'"
R << "\green You think: '[warning]'"
src.add_fingerprint(usr)
src.updateUsrDialog()

View File

@@ -2782,7 +2782,6 @@ It can still be worn/put on as normal.
target.show_message("\blue You hear [src.real_name]'s voice: [say]")
else
target.show_message("\blue You hear a voice that seems to echo around the room: [say]")
target << "\red This ain't an admin message, this is IC. Act like it. If someone's abusing it, pretending to be us, adminhelp it."
usr.show_message("\blue You project your mind into [target.real_name]: [say]")
for(var/mob/dead/observer/G in world)
G.show_message("<i>Telepathic message from <b>[src]</b> to <b>[target]</b>: [say]</i>")