mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
Merge branch 'master' into plant-adding
This commit is contained in:
@@ -93,7 +93,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