diff --git a/src/zeroxfc/nullpo/custom/modes/RollTraining.java b/src/zeroxfc/nullpo/custom/modes/RollTraining.java index 5d4920b..9ce1ce8 100644 --- a/src/zeroxfc/nullpo/custom/modes/RollTraining.java +++ b/src/zeroxfc/nullpo/custom/modes/RollTraining.java @@ -669,6 +669,7 @@ public void renderResult(GameEngine engine, int playerID) { if (usedSpeed == SPEED_TAP) { grade = tapGrade >= 1.0 ? "GM" : "M"; + if (!useMRoll) grade = "S9"; gc = ((!useMRoll && engine.statistics.time >= TIME_LIMITS[0]) || engine.statistics.lines >= 32) ? EventReceiver.COLOR_ORANGE : EventReceiver.COLOR_GREEN; } else { grade = "+" + String.format("%.2f", tiGrade);