Skip to content

Commit

Permalink
SAM issues
Browse files Browse the repository at this point in the history
Disabling SAM for review
  • Loading branch information
FrigidWalrus committed Jul 17, 2024
1 parent 33dd6a0 commit 4188a0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions XIVComboVX/Combos/SAM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public const byte
}

// returning Soon™ (when we have the time to go over everything)

/*
internal class SamuraiBloodbathReplacer: SecondBloodbathCombo {
public override CustomComboPreset Preset => CustomComboPreset.SamuraiBloodbathReplacer;
}
Expand Down Expand Up @@ -185,7 +185,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
}
}
/* internal class SamuraiTsubameGaeshiFeature: CustomCombo {
internal class SamuraiTsubameGaeshiFeature: CustomCombo {
public override CustomComboPreset Preset => CustomComboPreset.SamAny;
public override uint[] ActionIDs { get; } = [SAM.TsubameGaeshi];
Expand Down
4 changes: 3 additions & 1 deletion XIVComboVX/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,8 @@ public enum CustomComboPreset {
#endregion
// ====================================================================================
#region SAMURAI (34xx)
// Working on updating SAM. Will gradually be releasing more features as they are verified working.
// Working on updating SAM. Will gradually be releasing more features as they are verified working.
/*
[CustomComboInfo("Bloodbath Replacer Feature", "Replace Bloodbath with Second Wind when underlevel or when Bloodbath is on cooldown and Second Wind is not.", SAM.JobID)]
SamuraiBloodbathReplacer = 3419,
Expand Down Expand Up @@ -1212,6 +1213,7 @@ public enum CustomComboPreset {
[CustomComboInfo("Hissatsu Senei/Guren Sync Feature", "Replace Hissatsu Senei with Hissatsu Guren when underlevel.", SAM.JobID)]
SamuraiGurenSeneiLevelSyncFeature = 3418,
*/

#endregion
// ====================================================================================
Expand Down

0 comments on commit 4188a0f

Please sign in to comment.