Fixes radial menus being unclickable (#30381)

This commit is contained in:
DeityLink
2021-08-28 00:42:14 +02:00
committed by GitHub
parent bb4354e63f
commit a434f9b6c9
6 changed files with 27 additions and 23 deletions

View File

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