Reset transform on HUDs as well

This commit is contained in:
mochi
2020-06-16 09:18:06 +02:00
parent abb25ba760
commit 5095c2a0e5
+1 -1
View File
@@ -42,7 +42,7 @@
hud_list[hud] = list()
else
var/image/I = image('icons/mob/hud.dmi', src, "")
I.appearance_flags = RESET_COLOR
I.appearance_flags = RESET_COLOR | RESET_TRANSFORM
hud_list[hud] = I
/mob/proc/generate_name()