Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: changed SMN medicine.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jun 1, 2023
1 parent 8549dc3 commit 1cf69b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RotationSolver.Basic/Rotations/Basic/SMN_Base.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
using ECommons.DalamudServices;
using ECommons.ExcelServices;
using Lumina.Data.Parsing;
using RotationSolver.Basic.Traits;

namespace RotationSolver.Basic.Rotations.Basic;

public abstract class SMN_Base : CustomRotation
{
public override MedicineType MedicineType => MedicineType.Strength;
public override MedicineType MedicineType => MedicineType.Intelligence;
public sealed override Job[] Jobs => new [] { ECommons.ExcelServices.Job.SMN, ECommons.ExcelServices.Job.ACN };
protected override bool CanHealSingleSpell => false;
protected static bool InBahamut => Service.GetAdjustedActionId(ActionID.AstralFlow) == ActionID.DeathFlare;
Expand Down

0 comments on commit 1cf69b1

Please sign in to comment.