Merge pull request #13616 from dearmochi/fix-colored-huds

Fix HUDs taking parent atom's color
This commit is contained in:
Fox McCloud
2020-06-16 15:06:35 -04:00
committed by GitHub
+1
View File
@@ -42,6 +42,7 @@
hud_list[hud] = list()
else
var/image/I = image('icons/mob/hud.dmi', src, "")
I.appearance_flags = RESET_COLOR | RESET_TRANSFORM
hud_list[hud] = I
/mob/proc/generate_name()