diff --git a/Source/CombatExtended/CombatExtended/Verbs/Verb_LaunchProjectileCE.cs b/Source/CombatExtended/CombatExtended/Verbs/Verb_LaunchProjectileCE.cs index e84e1d76aa..ec837daba3 100644 --- a/Source/CombatExtended/CombatExtended/Verbs/Verb_LaunchProjectileCE.cs +++ b/Source/CombatExtended/CombatExtended/Verbs/Verb_LaunchProjectileCE.cs @@ -218,6 +218,9 @@ protected LightingTracker LightingTracker } } + public bool MidBurst => numShotsFired > 0; + protected virtual bool LockRotationAndAngle => MidBurst; + #endregion #region Methods @@ -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) {