TGUI Notice Board

This commit is contained in:
ShadowLarkens
2020-08-13 06:16:14 -07:00
parent 78d1d2e9a1
commit 0231088057
3 changed files with 141 additions and 97 deletions

View File

@@ -444,8 +444,12 @@
// if paper is not in usr, then it must be near them, or in a clipboard or folder, which must be in or near usr
if(src.loc != usr && !src.Adjacent(usr) && !((istype(src.loc, /obj/item/weapon/clipboard) || istype(src.loc, /obj/item/weapon/folder)) && (src.loc.loc == usr || src.loc.Adjacent(usr)) ) )
if(istype(loc, /obj/item/weapon/clipboard) || istype(loc, /obj/structure/noticeboard) || istype(loc, /obj/item/weapon/folder))
if(loc.loc != usr && !in_range(loc, usr))
return
else if(loc != usr && !Adjacent(usr))
return
/*
t = checkhtml(t)