Skip to content

Commit 546d6db

Browse files
committed
removed default=false from control panel registry entry for realistic-melting
1 parent 73830e2 commit 546d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/control-panel/registry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ COMMANDS_BY_IDX = {
125125
{command='partial-items', help_command='tweak', group='gameplay', mode='tweak', default=true,
126126
desc='Displays percentages on partially-consumed items like hospital cloth.'},
127127
{command='pop-control', group='gameplay', mode='enable'},
128-
{command='realistic-melting', help_command='tweak', group='gameplay', mode='tweak', default=false,
128+
{command='realistic-melting', help_command='tweak', group='gameplay', mode='tweak',
129129
desc='Adjust selected item types melt return for all metals to ~95% of forging cost. Reduce melt return by 10% per wear level.'},
130130
{command='starvingdead', group='gameplay', mode='enable'},
131131
{command='timestream', group='gameplay', mode='enable'},

0 commit comments

Comments
 (0)