mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
cures noticeboard clumsiness (#10455)
This commit is contained in:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user