Skip to content

Commit

Permalink
Moved new properties to other properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Dec 3, 2024
1 parent 22060a6 commit 87e172f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ protected LightingTracker LightingTracker
}
}

public bool MidBurst => numShotsFired > 0;
protected virtual bool LockRotationAndAngle => MidBurst;

#endregion

#region Methods
Expand Down Expand Up @@ -468,8 +471,6 @@ public virtual float GetTargetHeight(LocalTargetInfo target, Thing cover, bool r
}
return targetHeight;
}
public bool MidBurst => numShotsFired > 0;
protected virtual bool LockRotationAndAngle => MidBurst;

public void ShiftTarget(ShiftVecReport report, bool calculateMechanicalOnly = false, bool isInstant = false)
{
Expand Down

0 comments on commit 87e172f

Please sign in to comment.