]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict EMPs (#39802)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sat, 4 Oct 2025 11:24:42 +0000 (13:24 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 11:24:42 +0000 (11:24 +0000)
commit5227489360126521b5ded181dc63ee29f73c6d87
treed689bad7ac8a42a053323314e1e39706b8535f97
parent690bb5a8f2349e572264d37f80da046eae56d966
Predict EMPs (#39802)

* predicted emps

* fixes

* fix

* review
70 files changed:
Content.Client/Emp/EmpSystem.cs
Content.Client/Power/EntitySystems/BatterySystem.cs [new file with mode: 0644]
Content.Client/Power/EntitySystems/ChargerSystem.cs [new file with mode: 0644]
Content.Client/SurveillanceCamera/SurveillanceCameraSystem.cs [new file with mode: 0644]
Content.Client/VendingMachines/VendingMachineSystem.cs
Content.IntegrationTests/Tests/Power/PowerTest.cs
Content.IntegrationTests/Tests/Power/StationPowerTests.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Clothing/Systems/ChameleonClothingSystem.cs
Content.Server/Construction/Completions/BuildMech.cs
Content.Server/Emp/EmpSystem.cs
Content.Server/Holosign/HolosignSystem.cs
Content.Server/Light/EntitySystems/EmergencyLightSystem.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/Ninja/Systems/BatteryDrainerSystem.cs
Content.Server/Ninja/Systems/NinjaSuitSystem.cs
Content.Server/Ninja/Systems/SpaceNinjaSystem.cs
Content.Server/Power/Components/BatteryChargerComponent.cs
Content.Server/Power/Components/BatteryComponent.cs [deleted file]
Content.Server/Power/Components/ChargerComponent.cs [deleted file]
Content.Server/Power/EntitySystems/ApcSystem.cs
Content.Server/Power/EntitySystems/BatteryInterfaceSystem.cs
Content.Server/Power/EntitySystems/BatterySystem.cs
Content.Server/Power/EntitySystems/ChargerSystem.cs
Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs
Content.Server/Power/EntitySystems/RiggableSystem.cs
Content.Server/Power/SMES/SmesSystem.cs
Content.Server/Power/SetBatteryPercentCommand.cs
Content.Server/PowerCell/PowerCellSystem.Draw.cs
Content.Server/PowerCell/PowerCellSystem.cs
Content.Server/PowerSink/PowerSinkSystem.cs
Content.Server/Radio/EntitySystems/HeadsetSystem.cs
Content.Server/SensorMonitoring/BatterySensorComponent.cs
Content.Server/SensorMonitoring/BatterySensorSystem.cs
Content.Server/Silicons/StationAi/StationAiSystem.cs
Content.Server/Stunnable/Systems/StunbatonSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMicrophoneSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSystem.cs
Content.Server/Tesla/EntitySystem/TeslaCoilSystem.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs
Content.Server/Xenoarchaeology/Artifact/XAE/Components/XAEEmpInAreaComponent.cs
Content.Server/Xenoarchaeology/Artifact/XAE/XAEChargeBatterySystem.cs
Content.Shared/Anomaly/Effects/Components/ElectricityAnomalyComponent.cs
Content.Shared/Clothing/EntitySystems/SharedChameleonClothingSystem.cs
Content.Shared/Emp/EmpDisabledComponent.cs
Content.Shared/Emp/SharedEmpSystem.cs
Content.Shared/EntityEffects/Effects/EmpReactionEffect.cs
Content.Shared/Light/EntitySystems/SharedPoweredLightSystem.cs
Content.Shared/Medical/SuitSensors/SharedSuitSensorSystem.cs
Content.Shared/Medical/SuitSensors/SuitSensorComponent.cs
Content.Shared/Ninja/Components/NinjaSuitComponent.cs
Content.Shared/Ninja/Systems/SharedNinjaSuitSystem.cs
Content.Shared/Power/ChargeEvents.cs [new file with mode: 0644]
Content.Shared/Power/Components/ApcPowerReceiverBatteryComponent.cs
Content.Shared/Power/Components/BatteryComponent.cs [new file with mode: 0644]
Content.Shared/Power/Components/ChargerComponent.cs [new file with mode: 0644]
Content.Shared/Power/EntitySystems/SharedBatterySystem.cs [new file with mode: 0644]
Content.Shared/Power/EntitySystems/SharedChargerSystem.cs [new file with mode: 0644]
Content.Shared/PowerCell/SharedPowerCellSystem.cs
Content.Shared/Radio/Components/HeadsetComponent.cs
Content.Shared/Radio/EntitySystems/SharedHeadsetSystem.cs
Content.Shared/SurveillanceCamera/Components/SurveillanceCameraComponent.cs [moved from Content.Server/SurveillanceCamera/Components/SurveillanceCameraComponent.cs with 72% similarity]
Content.Shared/SurveillanceCamera/SharedSurveillanceCameraSystem.cs
Content.Shared/Trigger/Systems/EmpOnTriggerSystem.cs
Content.Shared/VendingMachines/SharedVendingMachineSystem.cs
Content.Shared/VendingMachines/VendingMachineComponent.cs
Resources/Prototypes/Entities/Effects/emp_effects.yml