Merge pull request #14691 from VOREStation/upstream-merge-9045

[MIRROR] Click catchers no longer display as Darkness
This commit is contained in:
Heroman3003
2023-03-14 18:15:34 +10:00
committed by CHOMPStation2
parent af6e26cfe2
commit 5d0b1ca45c

View File

@@ -361,6 +361,10 @@
mouse_opacity = 2
screen_loc = "SOUTHWEST to NORTHEAST"
/obj/screen/click_catcher/Initialize(mapload, ...)
. = ..()
verbs.Cut()
/obj/screen/click_catcher/Click(location, control, params)
var/list/modifiers = params2list(params)
if(modifiers["middle"] && istype(usr, /mob/living/carbon))