mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Enables the alien screen for AI
This commit is contained in:
@@ -370,7 +370,8 @@ var/list/ai_verbs_default = list(
|
||||
"Fuzzy",
|
||||
"Glitchman",
|
||||
"House",
|
||||
"Database"
|
||||
"Database",
|
||||
"Alien"
|
||||
)
|
||||
if(custom_sprite)
|
||||
display_choices += "Custom"
|
||||
@@ -451,6 +452,8 @@ var/list/ai_verbs_default = list(
|
||||
icon_state = "ai-house"
|
||||
if("Database")
|
||||
icon_state = "ai-database"
|
||||
if("Alien")
|
||||
icon_state = "ai-alien"
|
||||
else
|
||||
icon_state = "ai"
|
||||
//else
|
||||
|
||||
Reference in New Issue
Block a user