mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixed background inventory screens not being clickable (#19284)
Fixed background inventory screens not being clickable. Clicking on a storage item that is already open now closes it. Fixes #18880
This commit is contained in:
@@ -139,6 +139,8 @@
|
||||
/obj/screen/storage
|
||||
name = "storage"
|
||||
screen_loc = "7,7 to 10,8"
|
||||
plane = HUD_PLANE
|
||||
layer = HUD_BASE_LAYER
|
||||
|
||||
/obj/screen/storage/Click()
|
||||
if(!usr.canClick())
|
||||
@@ -153,7 +155,7 @@
|
||||
|
||||
/obj/screen/storage/background
|
||||
name = "background storage"
|
||||
layer = HUD_BASE_LAYER
|
||||
layer = HUD_BELOW_ITEM_LAYER
|
||||
|
||||
/obj/screen/storage/background/Initialize(mapload, var/obj/set_master, var/set_icon_state)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user