Merge pull request #5930 from CHOMPStation2/upstream-merge-14691

[MIRROR] [MIRROR] Click catchers no longer display as Darkness
This commit is contained in:
Nadyr
2023-03-17 03:12:31 -04:00
committed by GitHub

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))