Merge pull request #3507 from Citadel-Station-13/upstream-merge-31819

[MIRROR] Fixes AI visiblity checks
This commit is contained in:
LetterJay
2017-10-19 09:24:28 -04:00
committed by GitHub
4 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -798,7 +798,7 @@
// Otherwise it will runtime with this kind of error: null.Topic()
if(!nowindow)
..()
if(usr.incapacitated() && !IsAdminGhost(usr))
if(!usr.canUseTopic(src) && !IsAdminGhost(usr))
return
add_fingerprint(usr)
if(href_list["close"])