Logo
Explore Help
Register Sign In
morgan/Grinch-AP
1
0
Fork 0
You've already forked Grinch-AP
mirror of https://github.com/MarioSpore/Grinch-AP.git synced 2025-10-21 20:21:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
1a29caffcb7e5b1ee071c137ea0c394042b2aa0b
Grinch-AP/worlds/clique/Options.py

14 lines
275 B
Python
Raw Normal View History

Clique: The greatest game of all time. (#1566)
2023-03-21 15:23:45 -05:00
from typing import Dict
from Options import Option, Toggle
class HardMode(Toggle):
Clique: Force priority location for "final location" and other minor tweaks. (#1583) * Clique: The greatest game of all time * Fix failing test * Increment data_version for backwards compat * Clique: Tweaked names and forced progression for "The Button" * Clique: Just location/item definitions to class * Clique: More tweaks. * Clique: Fix derp moment. * Clique: Fix derp moment, part dos. * Clique: Suggested changes. * Clique: Update domain * Clique: Create derived classes for Item and Location * Clique: simplify line
2023-04-07 19:05:16 -05:00
"""Only for the most masochistically inclined... Requires button activation!"""
Clique: The greatest game of all time. (#1566)
2023-03-21 15:23:45 -05:00
display_name = "Hard Mode"
clique_options: Dict[str, type(Option)] = {
"hard_mode": HardMode
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1025ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API