Skip to content

Commit

Permalink
removed default=false from control panel registry entry for realistic…
Browse files Browse the repository at this point in the history
…-melting
  • Loading branch information
Birkow committed Sep 28, 2024
1 parent 73830e2 commit 546d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ COMMANDS_BY_IDX = {
{command='partial-items', help_command='tweak', group='gameplay', mode='tweak', default=true,
desc='Displays percentages on partially-consumed items like hospital cloth.'},
{command='pop-control', group='gameplay', mode='enable'},
{command='realistic-melting', help_command='tweak', group='gameplay', mode='tweak', default=false,
{command='realistic-melting', help_command='tweak', group='gameplay', mode='tweak',
desc='Adjust selected item types melt return for all metals to ~95% of forging cost. Reduce melt return by 10% per wear level.'},
{command='starvingdead', group='gameplay', mode='enable'},
{command='timestream', group='gameplay', mode='enable'},
Expand Down

0 comments on commit 546d6db

Please sign in to comment.