Update ChameleonJobLoadoutTest.cs

This commit is contained in:
Ed
2025-06-16 01:12:14 +03:00
parent 8c13d854ee
commit 00cb82f11b

View File

@@ -14,7 +14,7 @@ namespace Content.IntegrationTests.Tests.Chameleon;
/// Ensures all round <see cref="IsProbablyRoundStartJob">"round start jobs"</see> have an associated chameleon loadout.
/// </summary>
public sealed class ChameleonJobLoadoutTest : InteractionTest
{
{/* //CP14 we dont wanna chameleons, disabled test
private readonly List<ProtoId<JobPrototype>> JobBlacklist =
[
@@ -74,5 +74,5 @@ public sealed class ChameleonJobLoadoutTest : InteractionTest
{
return job.StartingGear != null && ProtoMan.HasIndex<RoleLoadoutPrototype>(LoadoutSystem.GetJobPrototype(job.ID));
}
*/ //CP14 disabled test
}