Skip to content

Commit

Permalink
touch up the singles mod. man this is by far the most problematic mod…
Browse files Browse the repository at this point in the history
… and i kinda want to remove it
  • Loading branch information
hwabis committed Oct 27, 2024
1 parent 3260177 commit 403ccab
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ public class PumpTrainerModBanSinglesTwists : Mod, IApplicableToBeatmapConverter
Precision = 0.1,
};

public override string Name => "[P1Single+] Ban Simple Twists";
public override string Acronym => "S";
public override string Name => "[P1Single+] Beginner";
public override string Acronym => "B";
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 forced to be on.)";
"Bans the right foot hitting the left pads and vice versa, in the context of a single pad.";
public override double ScoreMultiplier => 1;
public override ModType Type => ModType.DifficultyReduction;
public override Type[] IncompatibleMods => new Type[]
{
typeof(PumpTrainerModBanFarColumns),
typeof(PumpTrainerModHorizontalTwists),
typeof(PumpTrainerModDiagonalTwists),
typeof(PumpTrainerModCornersOnSixteenths),
typeof(PumpTrainerModDiagonalSkips),
typeof(PumpTrainerModHorizontalTriples),

Expand Down

0 comments on commit 403ccab

Please sign in to comment.