mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user