Skip to content

Commit

Permalink
Merge 'Mark mirror_shield_frame_color as cosmetic' (OoTRandomizer#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuphat committed Sep 18, 2021
2 parents f020d8c + b474a8b commit c95d62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SettingsList.py
Original file line number Diff line number Diff line change
Expand Up @@ -4486,6 +4486,7 @@ def __init__(self, name, gui_text, min, max, default, step=1,
gui_text = 'Mirror Shield Frame Color',
gui_type = "Combobox",
shared = False,
cosmetic = True,
choices = get_shield_frame_color_options(),
default = 'Red',
gui_tooltip = '''\
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.0.107 f.LUM'
__version__ = '6.0.108 f.LUM'

0 comments on commit c95d62b

Please sign in to comment.