You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ properties_selector(helm_hurry_items, "helmhurry_list", "HELM HURRY SELECTOR", "This will open a popup that will let you customize what how much time each item will give you.") }}
356
356
{# Remove end </div> as it's included in the macro for formatting #}
357
-
<divclass="spacer"></div>
357
+
<divclass="form-check form-switch item-switch">
358
+
<labeldata-toggle="tooltip"
359
+
title="Prevents consumable upgrades (Ammo Belts, Instrument Upgrades) from being placed in the game. You can still start with them.">
360
+
<inputclass="form-check-input"
361
+
type="checkbox"
362
+
name="no_consumable_upgrades"
363
+
id="no_consumable_upgrades"
364
+
display_name="No Consumable Upgrades"
365
+
value="True"/>
366
+
No Consumable Upgrades
367
+
</label>
368
+
</div>
358
369
</div>
359
370
<divclass="flex-container">
360
371
{{ dropdown_multiselector(hard_mode, "hard_mode", "Hard Mode", "This will open a dropdown that will let you customize what hard mode Options are active.", 10) }}
0 commit comments