mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:50:54 +01:00
Fix objectives. (#13122)
Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Objectives.Conditions
|
||||
public abstract class KillPersonCondition : IObjectiveCondition
|
||||
{
|
||||
protected IEntityManager EntityManager => IoCManager.Resolve<IEntityManager>();
|
||||
protected MobStateSystem MobStateSystem => IoCManager.Resolve<MobStateSystem>();
|
||||
protected MobStateSystem MobStateSystem => EntityManager.EntitySysManager.GetEntitySystem<MobStateSystem>();
|
||||
protected Mind.Mind? Target;
|
||||
public abstract IObjectiveCondition GetAssigned(Mind.Mind mind);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user