Mind ecs (#14412)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.Objectives.Conditions
|
||||
{
|
||||
public override IObjectiveCondition GetAssigned(Mind.Mind mind)
|
||||
{
|
||||
var allHumans = EntityManager.EntityQuery<MindComponent>(true).Where(mc =>
|
||||
var allHumans = EntityManager.EntityQuery<MindContainerComponent>(true).Where(mc =>
|
||||
{
|
||||
var entity = mc.Mind?.OwnedEntity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user