mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Opening and Closing crates now adds fingerprints on them. (#30537)
This commit is contained in:
@@ -480,9 +480,10 @@
|
|||||||
AM.forceMove(src)
|
AM.forceMove(src)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
/obj/structure/closet/crate/attack_hand(mob/user as mob)
|
/obj/structure/closet/crate/attack_hand(var/mob/user)
|
||||||
if(!Adjacent(user))
|
if(!Adjacent(user))
|
||||||
return
|
return
|
||||||
|
add_fingerprint(user)
|
||||||
if(opened)
|
if(opened)
|
||||||
close()
|
close()
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user