]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleanup BatterySystem (#41298)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sat, 8 Nov 2025 20:55:02 +0000 (21:55 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Nov 2025 20:55:02 +0000 (20:55 +0000)
commit7155d0d291f083e56b6d1029649799fe813dd984
tree882bcbf0019f371aac8274732bc6b1857fda7b43
parent841c09bbf14efdb6c3390d156a2b49380ae89df8
Cleanup BatterySystem (#41298)

* cleanup

* fix fixtures

* this belongs into the next PR

* review

* misc

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
45 files changed:
Content.IntegrationTests/Tests/Power/PowerTest.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Light/EntitySystems/EmergencyLightSystem.cs
Content.Server/Light/EntitySystems/HandheldLightSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Ninja/Systems/BatteryDrainerSystem.cs
Content.Server/Ninja/Systems/SpaceNinjaSystem.cs
Content.Server/Power/Components/BatterySelfRechargerComponent.cs [deleted file]
Content.Server/Power/EntitySystems/BatterySystem.API.cs [new file with mode: 0644]
Content.Server/Power/EntitySystems/BatterySystem.cs
Content.Server/Power/EntitySystems/ChargerSystem.cs
Content.Server/Power/EntitySystems/PowerNetSystem.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/JammerSystem.cs
Content.Server/Silicons/StationAi/StationAiSystem.cs
Content.Server/Stunnable/Systems/StunbatonSystem.cs
Content.Server/Tesla/EntitySystem/TeslaCoilSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs
Content.Server/Xenoarchaeology/Artifact/XAE/XAEChargeBatterySystem.cs
Content.Shared/Power/ChargeEvents.cs
Content.Shared/Power/Components/BatteryComponent.cs
Content.Shared/Power/Components/BatterySelfRechargerComponent.cs [new file with mode: 0644]
Content.Shared/Power/EntitySystems/SharedBatterySystem.cs
Resources/Maps/Lavaland/grasslanddome.yml
Resources/Maps/Lavaland/snowydome.yml
Resources/Maps/Misc/terminal.yml
Resources/Maps/Nonstations/wizardsden.yml
Resources/Maps/Ruins/ruined_prison_ship.yml
Resources/Maps/Shuttles/arrivals.yml
Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml
Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml
Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml
Resources/Prototypes/Entities/Mobs/NPCs/living_light.yml
Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml
Resources/Prototypes/Entities/Objects/Power/powercells.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml
Resources/Prototypes/Entities/Structures/Power/debug_power.yml