Skip to content

Commit

Permalink
UR BANNED 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
hwabis committed Oct 18, 2024
1 parent da645f8 commit accac13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ public class PumpTrainerModBanSinglesTwists : Mod, IApplicableToBeatmapConverter
public override string Name => "[P1Single+] Ban Simple Twists";
public override string Acronym => "S";
public override LocalisableString Description =>
"Bans the right foot hitting the left pads and vice versa, in the context of a single pad. (Horizontal triples is turned on.)";
"Bans the right foot hitting the left pads and vice versa, in the context of a single pad. (Horizontal triples is forced to be on.)";
public override double ScoreMultiplier => 1;
public override ModType Type => ModType.DifficultyReduction;
public override Type[] IncompatibleMods => new Type[]
{
typeof(PumpTrainerModBanFarColumns),
typeof(PumpTrainerModHorizontalTwists),
typeof(PumpTrainerModDiagonalTwists),
typeof(PumpTrainerModDiagonalSkips),
Expand Down

0 comments on commit accac13

Please sign in to comment.