diff --git a/Resources/Locale/ru-RU/ss220/chat/telepathy.ftl b/Resources/Locale/ru-RU/ss220/chat/telepathy.ftl index 9ef815a88ad9d8..0f6e27e0b1cc6f 100644 --- a/Resources/Locale/ru-RU/ss220/chat/telepathy.ftl +++ b/Resources/Locale/ru-RU/ss220/chat/telepathy.ftl @@ -1 +1,2 @@ chat-telepathy-yogsothothcult = Культ Йогг +chat-telepathy-dragon = Космический дракон diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index a6424d9690373f..8c016f8bf87adc 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -178,6 +178,11 @@ - type: HTN rootTask: task: DragonCarpCompound + # SS220 Telepathy begin + - type: Telepathy + canSend: true + telepathyChannelPrototype: TelepathyChannelSpaceDragon + # SS220 Telepathy end - type: entity id: MobCarpDungeon diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 2594d2365c5e82..06ac43c9ddd396 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -159,6 +159,12 @@ ## ss220 lowTTKUpdate - type: Puller needsHands: false + # SS220 Telepathy begin + - type: Telepathy + canSend: true + telepathyChannelPrototype: TelepathyChannelSpaceDragon + # SS220 Telepathy end + - type: entity parent: BaseMobDragon diff --git a/Resources/Prototypes/SS220/telepahy_channels.yml b/Resources/Prototypes/SS220/telepahy_channels.yml index c2ecaabfddd426..f8ed940fbd2feb 100644 --- a/Resources/Prototypes/SS220/telepahy_channels.yml +++ b/Resources/Prototypes/SS220/telepahy_channels.yml @@ -1,4 +1,9 @@ -- type: telepathyChannel +- type: telepathyChannel id: TelepathyChannelYogSothothCult name: chat-telepathy-yogsothothcult color: Brown + +- type: telepathyChannel + id: TelepathyChannelSpaceDragon + name: chat-telepathy-dragon + color: "#7567b6"