@@ -69,8 +69,8 @@ <h1>Generate Game{% if race %} (Race Mode){% endif %}</h1>
69
69
</ td >
70
70
< td >
71
71
< select name ="collect_mode " id ="collect_mode ">
72
- < option value ="goal "> Allow !collect after goal completion</ option >
73
72
< option value ="auto "> Automatic on goal completion</ option >
73
+ < option value ="goal "> Allow !collect after goal completion</ option >
74
74
< option value ="auto-enabled ">
75
75
Automatic on goal completion and manual !collect
76
76
</ option >
@@ -93,9 +93,9 @@ <h1>Generate Game{% if race %} (Race Mode){% endif %}</h1>
93
93
{% if race -%}
94
94
< option value ="disabled "> Disabled in Race mode</ option >
95
95
{%- else -%}
96
- < option value ="disabled "> Disabled</ option >
97
96
< option value ="goal "> Allow !remaining after goal completion</ option >
98
97
< option value ="enabled "> Manual !remaining</ option >
98
+ < option value ="disabled "> Disabled</ option >
99
99
{%- endif -%}
100
100
</ select >
101
101
</ td >
@@ -185,12 +185,12 @@ <h1>Generate Game{% if race %} (Race Mode){% endif %}</h1>
185
185
</ span >
186
186
</ td >
187
187
< td >
188
+ < input type ="checkbox " id ="plando_items " name ="plando_items " value ="items ">
189
+ < label for ="plando_items "> Items</ label > < br >
190
+
188
191
< input type ="checkbox " id ="plando_bosses " name ="plando_bosses " value ="bosses " checked >
189
192
< label for ="plando_bosses "> Bosses</ label > < br >
190
193
191
- < input type ="checkbox " id ="plando_items " name ="plando_items " value ="items " checked >
192
- < label for ="plando_items "> Items</ label > < br >
193
-
194
194
< input type ="checkbox " id ="plando_connections " name ="plando_connections " value ="connections " checked >
195
195
< label for ="plando_connections "> Connections</ label > < br >
196
196
0 commit comments