Skip to content

Commit

Permalink
Make Cultist Constructs Speak Eldritch (#1303)
Browse files Browse the repository at this point in the history
# 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 <[email protected]>
  • Loading branch information
angelofallars and sleepyyapril authored Dec 2, 2024
1 parent 9169818 commit 8573914
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: ConstructShell
name: construct shell
description: empty construct shell
Expand Down Expand Up @@ -105,6 +105,13 @@
- CannotSuicide
- DoorBumpOpener
- type: Appearance
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- Eldritch
understands:
- TauCetiBasic
- Eldritch

- type: entity
id: ConstructJuggernaut
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
name: soul shard
description: Mysterious glowing shard.
parent: BaseItem
Expand Down Expand Up @@ -35,6 +35,13 @@
- type: Speech
- type: IsDeadIC
- type: SoulShard
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- Eldritch
understands:
- TauCetiBasic
- Eldritch

- type: entity
parent: SoulShard
Expand Down

0 comments on commit 8573914

Please sign in to comment.