Update ChameleonJobLoadoutTest.cs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user