New fat AI sprites

What it says on the tin. Adds a blobby AI display screen sprite and an alternate version of it with hair.
This commit is contained in:
eyespy
2024-08-14 10:09:03 +10:00
parent 92bcce43b1
commit 003d25c923
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -83,7 +83,9 @@ GLOBAL_LIST_INIT(ai_core_display_screens, list(
"Too Deep",
"Triumvirate",
"Triumvirate-M",
"Weird"))
"Weird",
"Fat",
"Fat hair"))
/proc/resolve_ai_icon(input)
if(!input || !(input in GLOB.ai_core_display_screens))