Craft menu translate (#88)

This commit is contained in:
HitPanda
2023-05-23 18:43:53 +03:00
committed by Aviu00
parent 10ea70f905
commit 31f87a6a52
65 changed files with 336 additions and 190 deletions

View File

@@ -4,7 +4,7 @@ namespace Content.IntegrationTests.Tests.Construction.Interaction;
public sealed class ComputerConstruction : InteractionTest
{
private const string Computer = "Computer";
private const string Computer = "ComputerFrame";
private const string ComputerId = "ComputerId";
private const string ComputerFrame = "ComputerFrame";
private const string IdBoard = "IDComputerCircuitboard";

View File

@@ -29,7 +29,7 @@ public sealed class CraftingTests : InteractionTest
public async Task CraftGrenade()
{
await PlaceInHands(Steel, 5);
await CraftItem("ModularGrenadeRecipe");
await CraftItem("ModularGrenade");
await FindEntity("ModularGrenade");
}

View File

@@ -6,7 +6,7 @@ public sealed class WallConstruction : InteractionTest
{
public const string Girder = "Girder";
public const string WallSolid = "WallSolid";
public const string Wall = "Wall";
public const string Wall = "WallSolid";
[Test]
public async Task ConstructWall()