Merge branch 'master' into plant-adding

This commit is contained in:
DragonTrance
2021-02-21 12:06:48 -07:00
committed by GitHub
246 changed files with 4270 additions and 3557 deletions
+1 -1
View File
@@ -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>"