mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes radial menus being unclickable (#30381)
This commit is contained in:
@@ -748,7 +748,7 @@
|
||||
/obj/machinery/photobooth/New()
|
||||
..()
|
||||
var/image/I = image(icon, src, "[icon_state]_overlay")
|
||||
I.plane = ABOVE_HUMAN_PLANE
|
||||
I.plane = relative_plane(ABOVE_HUMAN_PLANE)
|
||||
I.layer = 0
|
||||
overlays += I
|
||||
|
||||
|
||||
Reference in New Issue
Block a user