Skip to content

Commit

Permalink
Фикс злого двойника
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jul 24, 2024
1 parent 1860632 commit e5797fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/_Sunrise/EvilTwin/EvilTwinSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed class EvilTwinSystem : EntitySystem
[Dependency] private readonly SharedSubdermalImplantSystem _subdermalImplant = default!;

[ValidatePrototypeId<EntityPrototype>]
private const string GameRule = "Fugitive";
private const string GameRule = "EvilTwin";
[ValidatePrototypeId<AntagPrototype>]
private const string EvilTwinRole = "EvilTwin";
[ValidatePrototypeId<EntityPrototype>]
Expand Down

0 comments on commit e5797fd

Please sign in to comment.