Predict Mind Roles (#39611)
This commit is contained in:
@@ -36,7 +36,7 @@ public sealed class RoleSystem : SharedRoleSystem
|
||||
|
||||
// Briefing is no longer raised on the mind entity itself
|
||||
// because all the components that briefings subscribe to should be on Mind Role Entities
|
||||
foreach(var role in mindComp.MindRoles)
|
||||
foreach (var role in mindComp.MindRoleContainer.ContainedEntities)
|
||||
{
|
||||
RaiseLocalEvent(role, ref ev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user