mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #5930 from CHOMPStation2/upstream-merge-14691
[MIRROR] [MIRROR] Click catchers no longer display as Darkness
This commit is contained in:
@@ -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