More borg tweaks (#19143)
* borg tweaks but i'm gonna go code fun stuff first * werkin' on it * a ton of tweaks * fuck everyone and then myself
This commit is contained in:
8
Content.Server/Roles/SubvertedSiliconRole.cs
Normal file
8
Content.Server/Roles/SubvertedSiliconRole.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Roles;
|
||||
|
||||
namespace Content.Server.Roles;
|
||||
|
||||
public sealed class SubvertedSiliconRole : AntagonistRole
|
||||
{
|
||||
public SubvertedSiliconRole(Mind.Mind mind, AntagPrototype antagPrototype) : base(mind, antagPrototype) { }
|
||||
}
|
||||
Reference in New Issue
Block a user