Adds an alt-click shortcut for opening storage items

This commit is contained in:
SteelSlayer
2019-12-29 21:30:08 -06:00
parent a326db3879
commit b015fbd163
@@ -82,6 +82,12 @@
return
return
/obj/item/storage/AltClick(mob/user)
if(user.Adjacent(get_turf(src)))
orient2hud(user)
if(user.s_active)
user.s_active.close(user)
show_to(user)
/obj/item/storage/proc/return_inv()