various fixes + new custom class shadowmancer

This commit is contained in:
2025-07-12 20:18:02 +02:00
parent 0615f8aeea
commit 78fa56dce9
10 changed files with 356 additions and 10 deletions
+6
View File
@@ -33,6 +33,12 @@ public class SwapCommand : ICommand
return false;
}
if (player.Role == RoleTypeId.Scp0492)
{
response = "You can't swap SCPs while you're a zombie!";
return false;
}
List<string> validScp =
[
"049",