|
|
@@ -35,6 +35,12 @@ class NewGameForm(forms.Form): |
|
|
|
combined_growth_spirit = forms.BooleanField( |
|
|
|
required=False, initial=True, |
|
|
|
label="Combine Growth and Spirit phases into a single phase") |
|
|
|
enable_events = forms.BooleanField( |
|
|
|
required=False, initial=False, |
|
|
|
label="Enable event phase (Branch and Claw expansion)") |
|
|
|
combined_event = forms.BooleanField( |
|
|
|
required=False, initial=False, |
|
|
|
label="Combine three event phase steps into one phase") |
|
|
|
england_build = forms.BooleanField( |
|
|
|
required=False, initial=False, |
|
|
|
label="High Immigration (extra build phase for England level 3+)") |
|
|
|