mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
You can no longer wirelessly close lockers with altclick (#6977)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user