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.") }}
354
354
{# Remove end </div> as it's included in the macro for formatting #}
355
-
<divclass="spacer"></div>
355
+
<divclass="form-check form-switch item-switch">
356
+
<labeldata-toggle="tooltip"
357
+
title="Prevents consumable upgrades (Ammo Belts, Instrument Upgrades) from being placed in the game. You can still start with them.">
358
+
<inputclass="form-check-input"
359
+
type="checkbox"
360
+
name="no_consumable_upgrades"
361
+
id="no_consumable_upgrades"
362
+
display_name="No Consumable Upgrades"
363
+
value="True"/>
364
+
No Consumable Upgrades
365
+
</label>
366
+
</div>
356
367
</div>
357
368
<divclass="flex-container">
358
369
{{ 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