]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add voice locks to various hidden syndicate items (#39310)
authorbeck-thompson <107373427+beck-thompson@users.noreply.github.com>
Sun, 10 Aug 2025 18:10:13 +0000 (11:10 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Aug 2025 18:10:13 +0000 (11:10 -0700)
commit80375370f8572aee61e1db536f5e5adb4ddbe93c
tree910826aa8b8496a2537c82d35b9f33f9cd9f1f7d
parent80299e863a8baf0266eb6e85cc270ab293e49d37
Add voice locks to various hidden syndicate items (#39310)
36 files changed:
Content.Server/Access/Systems/AgentIDCardSystem.cs
Content.Server/VoiceMask/VoiceMaskSystem.cs
Content.Shared/Clothing/EntitySystems/SharedChameleonClothingSystem.cs
Content.Shared/Item/ItemToggle/ItemToggleSystem.cs
Content.Shared/Lock/ItemToggleRequiresLockComponent.cs
Content.Shared/Lock/LockComponent.cs
Content.Shared/Lock/LockSystem.cs
Content.Shared/Lock/UIRequiresLockComponent.cs [moved from Content.Shared/Lock/ActivatableUIRequiresLockComponent.cs with 67% similarity]
Content.Shared/SecretLocks/SharedVoiceTriggerLockSystem.cs [new file with mode: 0644]
Content.Shared/SecretLocks/VoiceTriggerLockComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/LockOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnVoiceComponent.cs
Content.Shared/Trigger/Systems/LockOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Voice.cs
Content.Shared/UserInterface/ActivatableUISystem.cs
Resources/Locale/en-US/access/components/agent-id-card-component.ftl
Resources/Locale/en-US/locks/voice-trigger-lock.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Clothing/Back/specific.yml
Resources/Prototypes/Entities/Clothing/Ears/specific.yml
Resources/Prototypes/Entities/Clothing/Eyes/specific.yml
Resources/Prototypes/Entities/Clothing/Hands/specific.yml
Resources/Prototypes/Entities/Clothing/Head/specific.yml
Resources/Prototypes/Entities/Clothing/Masks/specific.yml
Resources/Prototypes/Entities/Clothing/Neck/specific.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/specific.yml
Resources/Prototypes/Entities/Clothing/Shoes/specific.yml
Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml
Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Objects/Devices/pda.yml
Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
Resources/Prototypes/Entities/Objects/Specific/locks.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
Resources/Prototypes/chameleon.yml [new file with mode: 0644]