mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Restores the "malfunctioning" screen state for the ai (#29196)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user