mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #14691 from VOREStation/upstream-merge-9045
[MIRROR] Click catchers no longer display as Darkness
This commit is contained in:
committed by
CHOMPStation2
parent
af6e26cfe2
commit
5d0b1ca45c
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user