mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 02:17:19 +01:00
fixes reading paper work from infinite tiles away
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
/obj/item/paper/examine(mob/user)
|
||||
. = ..()
|
||||
. += "<span class='notice'>Alt-click to fold it.</span>"
|
||||
if(oui_canview(user))
|
||||
if((in_range(user, src)))
|
||||
ui.render(user)
|
||||
else
|
||||
. += "<span class='warning'>You're too far away to read it!</span>"
|
||||
|
||||
Reference in New Issue
Block a user