fix the fact that RandomSentience was not actually making a ghost role. Oops!

This commit is contained in:
moonheart08
2022-02-25 23:40:15 -06:00
parent ff7d4ed9f6
commit 44d5d41d60
3 changed files with 11 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ namespace Content.Server.Ghost.Roles.Components
{
public abstract class GhostRoleComponent : Component
{
[DataField("name")] private string _roleName = "Unknown";
[DataField("name")] public string _roleName = "Unknown";
[DataField("description")] private string _roleDescription = "Unknown";