Skip to content

Commit

Permalink
enable warn-starving by default, like it always has been
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 31, 2023
1 parent 9c04e90 commit 2dd77a5
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 @@ -82,7 +82,7 @@ COMMANDS_BY_IDX = {
desc='Invalidates all work orders once a month, allowing conditions to be rechecked.',
params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'orders', 'recheck', ']'}},
{command='starvingdead', group='gameplay', mode='enable'},
{command='warn-starving', group='gameplay', mode='repeat',
{command='warn-starving', group='gameplay', mode='repeat', default=true,
desc='Show a warning dialog when units are starving or dehydrated.',
params={'--time', '10', '--timeUnits', 'days', '--command', '[', 'warn-starving', ']'}},
{command='warn-stranded', group='gameplay', mode='repeat',
Expand Down

0 comments on commit 2dd77a5

Please sign in to comment.