From 81dd04ca4d0d0c480701b0a137373c201ad308fc Mon Sep 17 00:00:00 2001 From: skoglol <33292112+kriskog@users.noreply.github.com> Date: Thu, 6 Dec 2018 09:02:01 +0100 Subject: [PATCH] Progress bar moved to above hud plane (#41803) --- code/datums/progressbar.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/progressbar.dm b/code/datums/progressbar.dm index 3599c60f89e..6b947d8e841 100644 --- a/code/datums/progressbar.dm +++ b/code/datums/progressbar.dm @@ -15,7 +15,7 @@ if (goal_number) goal = goal_number bar = image('icons/effects/progessbar.dmi', target, "prog_bar_0", HUD_LAYER) - bar.plane = HUD_PLANE + bar.plane = ABOVE_HUD_PLANE bar.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA user = User if(user)