Merge pull request #9556 from Linzolle/paper-fix

Fix not being able to read paper stuck to airlocks, lets AI view paper but with obfuscated text
This commit is contained in:
kevinz000
2019-10-22 02:27:09 -07:00
committed by Archie
parent 786b1f4506
commit be11631930
2 changed files with 8 additions and 14 deletions
+2
View File
@@ -23,6 +23,8 @@
return TRUE
if(user.incapacitated())
return FALSE
if(isobj(src.loc) && get_dist(src, user) < 2)
return TRUE
if(isturf(src.loc) && Adjacent(user))
return TRUE
return FALSE