mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
You can now lock lockers with alt click
This commit is contained in:
@@ -67,6 +67,10 @@
|
||||
else
|
||||
to_chat(user, "<span class='notice'>Access Denied</span>")
|
||||
|
||||
/obj/structure/closet/secure_closet/AltClick(mob/user)
|
||||
. = ..()
|
||||
togglelock(user)
|
||||
|
||||
/obj/structure/closet/secure_closet/proc/CanChainsaw(var/obj/item/weapon/material/twohanded/chainsaw/ChainSawVar)
|
||||
return (ChainSawVar.powered && !opened && !broken)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user