Fixed balloon alert blending (#22006)

Balloon Alerts were sharing planes with NVG effects, causing them to
blend improperly. I re-added their proper plane, and ensured they work
again.
This commit is contained in:
Cody Brittain
2026-03-11 12:38:55 -04:00
committed by GitHub
parent c0d0bb5492
commit adeaaaee4a
3 changed files with 72 additions and 3 deletions
+7 -1
View File
@@ -135,7 +135,6 @@
name = "runechat plane master"
plane = RUNECHAT_PLANE
appearance_flags = PLANE_MASTER
blend_mode = BLEND_OVERLAY
render_relay_plane = RENDER_PLANE_NON_GAME
/atom/movable/screen/plane_master/runechat/backdrop(mob/mymob)
@@ -143,6 +142,13 @@
remove_filter("AO")
add_filter("AO", 1, drop_shadow_filter(x = 0, y = -2, size = 4, color = "#04080FAA"))
//Holds balloon chat images, those little text bars that pop up for a second when you do some things. NOT runechat.
/atom/movable/screen/plane_master/balloon_chat
name = "balloon chat plane master"
plane = BALLOON_CHAT_PLANE
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
render_relay_plane = RENDER_PLANE_NON_GAME
/atom/movable/screen/plane_master/o_light_visual
name = "overlight light visual plane master"
plane = O_LIGHTING_VISUAL_PLANE