Makes more messages pronoun sensitive

This commit is contained in:
ShizCalev
2018-05-03 18:45:55 -04:00
committed by CitadelStationBot
parent d574fc5590
commit b5a95e9da8
118 changed files with 234 additions and 202 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
return
if(!(target in oview(range)))
to_chat(user, "<span class='notice'>They are too far away!</span>")
to_chat(user, "<span class='notice'>[target.p_theyre(TRUE)] too far away!</span>")
return
if(target.anti_magic_check())
+1 -1
View File
@@ -52,7 +52,7 @@
Snd=sound(null, repeat = 0, wait = 1, channel = Snd.channel) //byond, why you suck?
playsound(get_turf(user),Snd,50,0)// Sorry MrPerson, but the other ways just didn't do it the way i needed to work, this is the only way.
if(get_dist(user,target)>range)
to_chat(user, "<span class='notice'>They are too far away!</span>")
to_chat(user, "<span class='notice'>[target.p_theyre(TRUE)] too far away!</span>")
Reset(user)
return