]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace obsolete EntityCoordiates.InRange() with TransformSystem.InRange() (#29993)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Sat, 13 Jul 2024 21:25:51 +0000 (14:25 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 21:25:51 +0000 (23:25 +0200)
commitb7aa97e2030c0b01d07a76b4ee291fe2c8be95fa
tree4c02e94d99bc75f3ea981d9d53fa442b425c5282
parenta03b88979e25a9778a30f30612790f6966369fca
Replace obsolete EntityCoordiates.InRange() with TransformSystem.InRange() (#29993)

* Replace EntityCoordiates.InRange() with TransformSystem.InRange()

* nullspace

* I figured it out

* man I have no clue how client side sutff works

* please have mercy

* remove RadiationPulseOverlay changes

* nullspace

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
14 files changed:
Content.Client/RCD/AlignRCDConstruction.cs
Content.Client/Storage/Systems/StorageSystem.cs
Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/Guardian/GuardianSystem.cs
Content.Server/Instruments/InstrumentSystem.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/Movement/Systems/PullController.cs
Content.Server/NPC/HTN/Preconditions/CoordinatesInRangePrecondition.cs
Content.Server/NPC/HTN/Preconditions/CoordinatesNotInRangePrecondition.cs
Content.Server/NPC/HTN/Preconditions/TargetInRangePrecondition.cs
Content.Server/Pointing/EntitySystems/PointingSystem.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/DoAfter/SharedDoAfterSystem.Update.cs