]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict tile-prying (#21167)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 23 Oct 2023 13:20:33 +0000 (00:20 +1100)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 13:20:33 +0000 (00:20 +1100)
commit46a3076ecb89359d7c642bed635af42350a44cd5
treeb8958f0ea8fd5d2b7676cecb0b6dc2bf8e4a5fa1
parent33935c5ce893c18622bedcdf9ab8ba6e85754092
Predict tile-prying (#21167)
28 files changed:
Content.Client/Tools/ToolSystem.cs
Content.Server/Administration/Commands/VariantizeCommand.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs
Content.Server/Construction/ConstructionSystem.cs
Content.Server/Construction/RefiningSystem.cs
Content.Server/Decals/DecalSystem.cs
Content.Server/DeviceLinking/Systems/LogicGateSystem.cs
Content.Server/Interaction/TilePryCommand.cs
Content.Server/Medical/CryoPodSystem.cs
Content.Server/Power/EntitySystems/CableSystem.cs
Content.Server/Repairable/RepairableSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Toilet/ToiletSystem.cs
Content.Server/Tools/Components/TilePryingComponent.cs [deleted file]
Content.Server/Tools/ToolSystem.LatticeCutting.cs
Content.Server/Tools/ToolSystem.cs
Content.Server/Wires/WiresSystem.cs
Content.Server/Worldgen/Systems/Debris/BlobFloorPlanBuilderSystem.cs
Content.Server/Worldgen/Systems/Debris/DebrisFeaturePlacerSystem.cs
Content.Shared/Construction/EntitySystems/AnchorableSystem.cs
Content.Shared/Decals/SharedDecalSystem.cs
Content.Shared/Maps/TileSystem.cs [moved from Content.Server/Maps/TileSystem.cs with 68% similarity]
Content.Shared/Maps/TurfHelpers.cs
Content.Shared/Radio/EntitySystems/EncryptionKeySystem.cs
Content.Shared/Tools/Components/TilePryingComponent.cs [new file with mode: 0644]
Content.Shared/Tools/Systems/SharedToolSystem.MultipleTool.cs
Content.Shared/Tools/Systems/SharedToolSystem.TilePrying.cs [moved from Content.Server/Tools/ToolSystem.TilePrying.cs with 66% similarity]
Content.Shared/Tools/Systems/SharedToolSystem.cs