Skip to content

Commit

Permalink
Add "NoVideo" mod to from_string
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Jan 3, 2024
1 parent de908ea commit db662c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def from_string(cls, mod_string: str):
"NM": Mods.NoMod,
"NF": Mods.NoFail,
"EZ": Mods.Easy,
"NV": Mods.NoVideo,
"HD": Mods.Hidden,
"HR": Mods.HardRock,
"SD": Mods.SuddenDeath,
Expand Down

0 comments on commit db662c5

Please sign in to comment.