]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Seperate EMAG into EMAG and Authentication Disruptor (#34337)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Thu, 30 Jan 2025 04:05:47 +0000 (05:05 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2025 04:05:47 +0000 (23:05 -0500)
commit253a9fbdf1372f80dad65a80dcb8e5d169861804
treed2b9d189efde3ed9803c6cb4a40e8a9660b1a053
parent60e83376ef8462f1dd7a78de45c997293713b61c
Seperate EMAG into EMAG and Authentication Disruptor (#34337)
63 files changed:
Content.Server/Access/AccessWireAction.cs
Content.Server/Access/Systems/AccessOverriderSystem.cs
Content.Server/Anomaly/Effects/TechAnomalySystem.cs
Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs
Content.Server/Bed/BedSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Orders.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Communications/CommunicationsConsoleSystem.cs
Content.Server/Fax/FaxSystem.cs
Content.Server/Lathe/LatheSystem.cs
Content.Server/Nutrition/EntitySystems/FatExtractorSystem.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs
Content.Server/Power/EntitySystems/ApcSystem.cs
Content.Server/Research/Systems/ResearchSystem.Console.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Silicons/Borgs/BorgSystem.Transponder.cs
Content.Server/Silicons/Laws/SiliconLawSystem.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Shared/Access/Components/AccessReaderComponent.cs
Content.Shared/Access/Systems/AccessReaderSystem.cs
Content.Shared/Access/Systems/SharedAccessOverriderSystem.cs
Content.Shared/Cloning/CloningPodComponent.cs
Content.Shared/Disposal/SharedDisposalUnitSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Content.Shared/Emag/Components/EmagComponent.cs
Content.Shared/Emag/Components/EmaggedComponent.cs
Content.Shared/Emag/Systems/EmagSystem.cs
Content.Shared/Fax/Components/FaxMachineComponent.cs
Content.Shared/Lathe/SharedLatheSystem.cs
Content.Shared/Light/EntitySystems/UnpoweredFlashlightSystem.cs
Content.Shared/Lock/LockComponent.cs
Content.Shared/Lock/LockSystem.cs
Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Content.Shared/Medical/Cryogenics/SharedCryoPodSystem.cs
Content.Shared/Ninja/Components/EmagProviderComponent.cs
Content.Shared/Ninja/Systems/EmagProviderSystem.cs
Content.Shared/Pinpointer/SharedPinpointerSystem.cs
Content.Shared/Silicons/Bots/EmaggableMedibotComponent.cs
Content.Shared/Silicons/Bots/MedibotSystem.cs
Content.Shared/Silicons/Laws/SharedSiliconLawSystem.cs
Content.Shared/Singularity/EntitySystems/SharedSingularityGeneratorSystem.cs
Content.Shared/VendingMachines/SharedVendingMachineSystem.cs
Content.Shared/Xenoarchaeology/Equipment/SharedArtifactCrusherSystem.cs
Resources/Locale/en-US/emag/emag.ftl
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Locale/en-US/thief/backpack.ftl
Resources/Prototypes/Catalog/thief_toolbox_sets.yml
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Resources/Prototypes/Entities/Objects/Misc/arabianlamp.yml
Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Prototypes/Entities/Objects/Tools/access_breaker.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Machines/fatextractor.yml
Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml
Resources/Prototypes/Entities/Structures/cryogenic_sleep_unit.yml
Resources/Prototypes/tags.yml
Resources/Textures/Objects/Tools/access_breaker.rsi/equipped-BELT.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/access_breaker.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/access_breaker.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/access_breaker.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/access_breaker.rsi/meta.json [new file with mode: 0644]