cures noticeboard clumsiness (#10455)

This commit is contained in:
Hockaa
2020-11-07 19:32:39 +01:00
committed by GitHub
parent f73be8e6ec
commit b0f951d0a7
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -53,8 +53,8 @@
if((usr.stat || usr.restrained())) //For when a player is handcuffed while they have the notice window open
return
var/obj/item/P = locate(href_list["remove"])
if(P && P.loc == src)
P.forceMove(get_turf(src)) //dump paper on the floor because you're a clumsy fuck
if(P && P.loc == src && Adjacent(usr))
usr.put_in_hands(P) // we are no longer clumsy fucks
P.add_fingerprint(usr)
add_fingerprint(usr)
notices--