Fix GhostRoleComponent performing randomization on ComponentInit (#26466)

* Fix ghostrole ComponentInit

* A

* a
This commit is contained in:
Leon Friedrich
2024-03-27 17:31:26 +13:00
committed by GitHub
parent fbea150b53
commit cb8f145975
2 changed files with 9 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Server.Ghost.Roles.Components
[DataField("description")] private string _roleDescription = "Unknown";
[DataField("rules")] private string _roleRules = "";
[DataField("rules")] private string _roleRules = "ghost-role-component-default-rules";
[DataField("requirements")]
public HashSet<JobRequirement>? Requirements;