Syndicate Modsuit AI's can now understand codespeak (#78523)

## About The Pull Request
Fixes #78455
Syndicate AI's is now granted the codespeak language on spawning.
## Why It's Good For The Game
fixes.... le good?
## Changelog
🆑
fix: Syndicate Modsuit AI's now downloads the current codespeak book
upon being downloaded.
/🆑
This commit is contained in:
Singul0
2023-09-24 14:34:02 +07:00
committed by GitHub
parent 9b06c7c7bb
commit 6dfce0ffcd
@@ -100,6 +100,7 @@
new_ai.mind.add_antag_datum(nuke_datum, op_datum.nuke_team)
new_ai.mind.special_role = "Syndicate AI"
new_ai.faction |= ROLE_SYNDICATE
new_ai.grant_language(/datum/language/codespeak, source = LANGUAGE_MIND)
// Make it look evil!!!
new_ai.hologram_appearance = mutable_appearance('icons/mob/silicon/ai.dmi',"xeno_queen") //good enough
new_ai.icon_state = resolve_ai_icon("hades")