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)
|
||||
return 1
|
||||
|
||||
/obj/structure/closet/crate/attack_hand(mob/user as mob)
|
||||
/obj/structure/closet/crate/attack_hand(var/mob/user)
|
||||
if(!Adjacent(user))
|
||||
return
|
||||
add_fingerprint(user)
|
||||
if(opened)
|
||||
close()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user