machine upgrade guidebook (#13511)

* machine upgrade guidebook

* oops

* guidehelpcomponent

* build, damn you
This commit is contained in:
Nemanja
2023-01-16 11:53:23 -05:00
committed by GitHub
parent 52e50bd34f
commit fd9e1f3738
19 changed files with 113 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using Content.Shared.Construction.Components;
namespace Content.IntegrationTests.Tests;
@@ -148,7 +149,7 @@ public sealed class MaterialArbitrageTest
spawnedOnDestroy.Add(proto.ID, (spawnedEnts, spawnedMats));
}
// This is the main loop where we actually check for destruction arbitrage
// This is the main loop where we actually check for destruction arbitrage
Assert.Multiple(async () =>
{
foreach (var (id, (spawnedEnts, spawnedMats)) in spawnedOnDestroy)
@@ -183,7 +184,7 @@ public sealed class MaterialArbitrageTest
}
}
});
// Finally, lets also check for deconstruction arbitrage.
// Get ingredients returned when deconstructing an entity
Dictionary<string, Dictionary<string, int>> deconstructionMaterials = new();