Allows toggling of crate locks with Alt-Click (#18906)

* wowee! easy of access!

* SR changes

* Revert "SR changes"

This reverts commit 1db0d2c1e6.
This commit is contained in:
Contrabang
2022-08-31 13:16:50 +01:00
committed by GitHub
parent 4c500fb3d6
commit 9e5999e8bc
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -208,7 +208,7 @@
/obj/structure/closet/crate/secure/loot/togglelock(mob/user)
if(locked)
boom(user)
attack_hand(user)
else
..()