From 511150cc4c4b4f171f60fae3a674195f736eb3b4 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Fri, 12 Dec 2025 22:43:15 +0800 Subject: [PATCH] chore(ranked-mods): make `Swap` (osu!taiko) ranked see https://osu.ppy.sh/home/changelog/lazer/2025.1209.0 --- app/models/mods.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/mods.py b/app/models/mods.py index 804ab8d..830f41d 100644 --- a/app/models/mods.py +++ b/app/models/mods.py @@ -174,6 +174,7 @@ DEFAULT_RANKED_MODS = { "affects_hit_sounds": {"check": False, "type": "boolean"}, }, "SG": {}, + "SW": {}, }, 2: { "EZ": {"retries": {"type": "number", "eq": 2}},