Bandit antag (#508)

* remove default antags

* simple bandit antag

* greetings audio and gear

* fixes

* Update AntagPreferenceTest.cs

* gamemodes

* Update game_presets.yml
This commit is contained in:
Ed
2024-10-24 18:19:14 +03:00
committed by GitHub
parent f2b8713dc2
commit 0f6dd2905d
19 changed files with 124 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.IntegrationTests.Tests.GameRules;
// Lets not let that happen again.
[TestFixture]
public sealed class AntagPreferenceTest
{
{/* CP14 disabled
[Test]
public async Task TestLobbyPlayersValid()
{
@@ -72,5 +72,5 @@ public sealed class AntagPreferenceTest
await server.WaitPost(() => server.EntMan.DeleteEntity(uid));
await pair.CleanReturnAsync();
}
}*/
}