from dataclasses import dataclass from Options import PerGameCommonOptions, Toggle class ShuffleDoors(Toggle): """If enabled, most doors will open from receiving an item rather than fulfilling the in-game requirements.""" display_name = "Shuffle Doors" @dataclass class Lingo2Options(PerGameCommonOptions): shuffle_doors: ShuffleDoors ink rel='vcs-git' href='https://git.fourisland.com/thoughts' title='thoughts Git repository'/>
about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.text.erb
blob: b9d71bb30f8d57f73297d26a52f91863eab47274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17