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
@@ -924,7 +924,7 @@
if("hear_adminhelps")
sound ^= SOUND_ADMINHELP
if("ui")
var/new_UI_style = tgui_input_list(user, "Choose your UI style", "UI style", list("Midnight", "Plasmafire", "Retro", "Slimecore", "Operative", "White", "Clockwork"))
var/new_UI_style = tgui_input_list(user, "Choose your UI style", "UI style", list("Midnight", "Plasmafire", "Retro", "Slimecore", "Operative", "White", "Clockwork", "Mindflayer"))
if(!new_UI_style)
return
switch(new_UI_style)
@@ -942,6 +942,8 @@
UI_style = "White"
if("Clockwork")
UI_style = "Clockwork"
if("Mindflayer")
UI_style = "Mindflayer"
if(ishuman(usr)) //mid-round preference changes, for aesthetics
var/mob/living/carbon/human/H = usr