You can no longer wirelessly close lockers with altclick (#6977)

This commit is contained in:
Matt Atlas
2019-09-13 22:15:32 +03:00
committed by Erki
parent ce0a716e9f
commit c4cd7de7bd
2 changed files with 45 additions and 0 deletions
@@ -69,6 +69,10 @@
/obj/structure/closet/secure_closet/AltClick(mob/user)
. = ..()
if(use_check_and_message(user))
return
togglelock(user)
/obj/structure/closet/secure_closet/proc/CanChainsaw(var/obj/item/weapon/material/twohanded/chainsaw/ChainSawVar)