mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Storage Opening (#12640)
This commit is contained in:
@@ -566,6 +566,12 @@
|
||||
src.add_fingerprint(user)
|
||||
return
|
||||
|
||||
/obj/item/storage/handle_middle_mouse_click(var/mob/user)
|
||||
if(Adjacent(user))
|
||||
open(user)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/obj/item/storage/verb/toggle_gathering_mode()
|
||||
set name = "Switch Gathering Method"
|
||||
set category = "Object"
|
||||
@@ -773,4 +779,4 @@
|
||||
|
||||
//return 2**(w_class-1) //1,2,4,8,16,...
|
||||
|
||||
#undef STORAGE_SPACE_CAP
|
||||
#undef STORAGE_SPACE_CAP
|
||||
|
||||
Reference in New Issue
Block a user