]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Implement some field-level deltas (#28242)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 21 Dec 2024 04:54:11 +0000 (15:54 +1100)
committerGitHub <noreply@github.com>
Sat, 21 Dec 2024 04:54:11 +0000 (15:54 +1100)
commit9f4aa1ebe0532be6f305d0dcc504ded088f6fbc4
treeaf389f4287d9ccd25d96847cb85bfd352eff528c
parent1f859167fd4cca7a17099bdc971a4a130185207d
Implement some field-level deltas (#28242)

* Update GasTileOverlayState

* Update DecalGridState

* Update NavMapState

* poke

* poke2

* poke3

* Implement field deltas for guns

* Content done

* Update

---------

Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
12 files changed:
Content.Server/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Solution.cs
Content.Shared/Nutrition/Components/HungerComponent.cs
Content.Shared/Nutrition/Components/ThirstComponent.cs
Content.Shared/Nutrition/EntitySystems/HungerSystem.cs
Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs
Content.Shared/Weapons/Ranged/Components/AmmoComponent.cs
Content.Shared/Weapons/Ranged/Components/BallisticAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Content.Shared/Weapons/Ranged/Components/SolutionAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs