mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user