From 8573914e8b6183197abc250d3e8f3c186194b0a6 Mon Sep 17 00:00:00 2001 From: Skubman Date: Tue, 3 Dec 2024 00:47:09 +0800 Subject: [PATCH] Make Cultist Constructs Speak Eldritch (#1303) # Description Fixes cultist constructs only speaking Universal and not being able to understand anyone else due to a missing `LanguageKnowledgeComponent`. ## Changelog :cl: Skubman - tweak: Cultist constructs and soul shards now speak Tau-Ceti Basic and Eldritch. Co-authored-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> --- .../WhiteDream/Entities/Objects/Cult/constructs.yml | 9 ++++++++- .../WhiteDream/Entities/Objects/Cult/souls_shards.yml | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/constructs.yml b/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/constructs.yml index 93806feb0a9..d16f12d5c88 100644 --- a/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/constructs.yml +++ b/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/constructs.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: ConstructShell name: construct shell description: empty construct shell @@ -105,6 +105,13 @@ - CannotSuicide - DoorBumpOpener - type: Appearance + - type: LanguageKnowledge + speaks: + - TauCetiBasic + - Eldritch + understands: + - TauCetiBasic + - Eldritch - type: entity id: ConstructJuggernaut diff --git a/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/souls_shards.yml b/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/souls_shards.yml index f872f634034..e410a81c753 100644 --- a/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/souls_shards.yml +++ b/Resources/Prototypes/WhiteDream/Entities/Objects/Cult/souls_shards.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity name: soul shard description: Mysterious glowing shard. parent: BaseItem @@ -35,6 +35,13 @@ - type: Speech - type: IsDeadIC - type: SoulShard + - type: LanguageKnowledge + speaks: + - TauCetiBasic + - Eldritch + understands: + - TauCetiBasic + - Eldritch - type: entity parent: SoulShard