mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user