Skip to content

Commit 5718249

Browse files
authored
Restores the "malfunctioning" screen state for the ai (ParadiseSS13#29196)
1 parent 8d92950 commit 5718249

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

code/modules/mob/living/silicon/ai/ai_mob.dm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
506506
"NAD Burn",
507507
"Borb",
508508
"Bee",
509-
"Catamari"
509+
"Catamari",
510+
"Malfunctioning",
510511
)
511512
if(custom_sprite)
512513
display_choices += "Custom"
@@ -613,6 +614,8 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
613614
icon_state = "ai-bee"
614615
if("Catamari")
615616
icon_state = "ai-catamari"
617+
if("Malfunctioning")
618+
icon_state = "ai-malf"
616619
else
617620
icon_state = "ai"
618621

0 commit comments

Comments
 (0)