Restores the "malfunctioning" screen state for the ai (#29196)

This commit is contained in:
1080pCat
2025-05-10 20:46:17 +00:00
committed by GitHub
parent 8d92950a77
commit 5718249ea7
+4 -1
View File
@@ -506,7 +506,8 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
"NAD Burn",
"Borb",
"Bee",
"Catamari"
"Catamari",
"Malfunctioning",
)
if(custom_sprite)
display_choices += "Custom"
@@ -613,6 +614,8 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
icon_state = "ai-bee"
if("Catamari")
icon_state = "ai-catamari"
if("Malfunctioning")
icon_state = "ai-malf"
else
icon_state = "ai"