Merge remote-tracking branch 'upstream/master' into ed-23-07-2024-upstream
# Conflicts: # .github/PULL_REQUEST_TEMPLATE.md # Content.Client/Clothing/ClientClothingSystem.cs # Content.Client/Hands/Systems/HandsSystem.cs # Content.IntegrationTests/Tests/PostMapInitTest.cs # Content.Shared/Hands/Components/HandsComponent.cs # Content.Shared/Inventory/InventoryComponent.cs # Content.Shared/Storage/StorageComponent.cs # Resources/Prototypes/Accents/word_replacements.yml # Resources/Prototypes/Entities/Mobs/Player/human.yml # Resources/Prototypes/Maps/Pools/default.yml # Resources/Prototypes/Maps/fland.yml # Resources/Prototypes/Maps/oasis.yml # Resources/Prototypes/Maps/packed.yml # Resources/Prototypes/Maps/saltern.yml
This commit is contained in:
@@ -16,6 +16,7 @@ using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Map;
|
||||
using Robust.Shared.Map.Components;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Content.Shared.Station.Components;
|
||||
using Robust.Shared.Utility;
|
||||
using YamlDotNet.RepresentationModel;
|
||||
|
||||
@@ -30,8 +31,7 @@ namespace Content.IntegrationTests.Tests
|
||||
private static readonly string[] NoSpawnMaps =
|
||||
{
|
||||
"CentComm",
|
||||
"Dart",
|
||||
"NukieOutpost"
|
||||
"Dart"
|
||||
};
|
||||
|
||||
private static readonly string[] Grids =
|
||||
@@ -54,7 +54,6 @@ namespace Content.IntegrationTests.Tests
|
||||
//"Bagel",
|
||||
//"Origin",
|
||||
"CentComm",
|
||||
"NukieOutpost",
|
||||
//"Box",
|
||||
//"Europa",
|
||||
//"Saltern",
|
||||
|
||||
Reference in New Issue
Block a user