]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add climb & slip tests (#15459)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Mon, 17 Apr 2023 06:07:03 +0000 (18:07 +1200)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2023 06:07:03 +0000 (23:07 -0700)
commit8af149e61ce07f2977ee2e76206ff5492be07412
tree4c12388e2c32479fc8e685e942fff54469576137
parent27fbc4e2354ef30c113fffefb728cc99e1102ea2
Add climb & slip tests (#15459)
Content.IntegrationTests/PoolManager.cs
Content.IntegrationTests/Tests/Climbing/ClimbingTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/GameObjects/Components/Movement/ClimbUnitTest.cs [deleted file]
Content.IntegrationTests/Tests/Interaction/InteractionTest.Constants.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.IntegrationTests/Tests/Interaction/MovementTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Slipping/SlippingTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs
Content.Server/Climbing/ClimbSystem.cs
Content.Shared/Slippery/SlipperySystem.cs