]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict PoweredLights (#36541)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 11 Aug 2025 21:06:28 +0000 (07:06 +1000)
committerGitHub <noreply@github.com>
Mon, 11 Aug 2025 21:06:28 +0000 (23:06 +0200)
commitfd52f698c743d240573e37d34219bc109736362c
tree40abca2948c011b060e1cc19195c2471bc76124b
parent3d71ddd1de194889e555a24cf68f8e871e516f9e
Predict PoweredLights (#36541)

* Move PoweredLight to shared

* Predict the rest of the owl

* reacher

* compinit & anim

* Fix names

* Revert this?

* Fix these

* chicken drummies

* deita

* Fix

* review

* fix

* fixes

* fix PVS weirdness

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
16 files changed:
Content.Client/Light/EntitySystems/LightBulbSystem.cs
Content.Client/Light/EntitySystems/PoweredLightSystem.cs [new file with mode: 0644]
Content.Client/Power/Components/ApcPowerReceiverComponent.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Light/EntitySystems/LightBulbSystem.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/Power/Components/ApcPowerReceiverComponent.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/StationEvents/Events/SolarFlareRule.cs
Content.Server/Xenoarchaeology/Artifact/XAE/XAELightFlickerSystem.cs
Content.Shared/Light/Components/LightBulbComponent.cs
Content.Shared/Light/Components/LightReplacerComponent.cs
Content.Shared/Light/Components/PoweredLightComponent.cs [moved from Content.Server/Light/Components/PoweredLightComponent.cs with 54% similarity]
Content.Shared/Light/EntitySystems/SharedLightBulbSystem.cs [new file with mode: 0644]
Content.Shared/Light/EntitySystems/SharedPoweredLightSystem.cs [new file with mode: 0644]
Content.Shared/Power/Components/SharedApcPowerReceiverComponent.cs