From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:18:00 +0000 (+0200) Subject: Allow all bots to be used for chameleon projector (#32006) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a6d8c466f3cf36735d0bc37fde028cead9287770;p=space-station-14.git Allow all bots to be used for chameleon projector (#32006) Allow all bots to use for chameleon projector --- diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index eae5114883..9aff9c59af 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -66,6 +66,7 @@ - type: Tag tags: - DoorBumpOpener + - Bot - type: MobState allowedStates: - Alive @@ -392,6 +393,7 @@ tags: - DoorBumpOpener - FootstepSound + - Bot - type: ActiveRadio channels: - Binary diff --git a/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml b/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml index 41347e35c4..99d58c6a3a 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml @@ -12,6 +12,7 @@ components: - Anchorable - Item + - Bot # for funny bot moments blacklist: components: - ChameleonDisguise # no becoming kleiner diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index b8ee4d4efd..cfe1ecfdea 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -204,6 +204,9 @@ - type: Tag id: BorgServiceTorso +- type: Tag + id: Bot + - type: Tag id: BotanyHatchet