Skip to content

Commit

Permalink
Merge pull request #1114 from myk002/myk_tweak
Browse files Browse the repository at this point in the history
[control-panel] enable tweak named-codices by default
  • Loading branch information
myk002 committed May 11, 2024
2 parents 34ae01a + 512353b commit 540a0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ COMMANDS_BY_IDX = {
params={'--time', '439', '--timeUnits', 'ticks', '--command', '[', 'fix/noexert-exhaustion', ']'}},
{command='flask-contents', help_command='tweak', group='bugfix', mode='tweak', default=true,
desc='Displays flask contents in the item name, similar to barrels and bins.'},
{command='named-codices', help_command='tweak', group='bugfix', mode='tweak', default=true,
desc='Displays titles for books instead of a material description.'},
{command='preserve-tombs', group='bugfix', mode='enable', default=true},
{command='reaction-gloves', help_command='tweak', group='bugfix', mode='tweak', default=true,
desc='Fixes reactions not producing gloves in sets with correct handedness.'},
Expand Down

0 comments on commit 540a0f1

Please sign in to comment.