Fix 3000 errors
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Content.Server.AI.Utility.Actions
|
||||
public const float CombatBonus = 30.0f;
|
||||
public const float DangerBonus = 50.0f;
|
||||
|
||||
public IEntity Owner { get; set; }
|
||||
public EntityUid Owner { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// All the considerations are multiplied together to get the final score; a consideration of 0.0 means the action is not possible.
|
||||
|
||||
Reference in New Issue
Block a user