Grouped ghost roles and jump button (#7300)
This commit is contained in:
@@ -21,7 +21,9 @@ namespace Content.Server.Ghost.Roles.UI
|
||||
case GhostRoleTakeoverRequestMessage req:
|
||||
EntitySystem.Get<GhostRoleSystem>().Takeover(Player, req.Identifier);
|
||||
break;
|
||||
|
||||
case GhostRoleFollowRequestMessage req:
|
||||
EntitySystem.Get<GhostRoleSystem>().Follow(Player, req.Identifier);
|
||||
break;
|
||||
case GhostRoleWindowCloseMessage _:
|
||||
Closed();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user