Adds Mindflayer HUD (#31503)

* the hud

* Update 64x16_actions.dmi
This commit is contained in:
Ahzpy
2026-02-05 06:08:50 +00:00
committed by GitHub
parent 5e7d6338ed
commit f88dfca492
7 changed files with 9 additions and 2 deletions
+2
View File
@@ -857,6 +857,8 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
outline_color = COLOR_THEME_OPERATIVE
if("clockwork")
outline_color = COLOR_THEME_CLOCKWORK // if you want free gbp go fix the fact that clockwork's tooltip css is glass'
if("mindflayer")
outline_color = COLOR_THEME_MINDFLAYER
if("glass")
outline_color = COLOR_THEME_GLASS
else // this should never happen, hopefully