We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c04e90 commit 2dd77a5Copy full SHA for 2dd77a5
internal/control-panel/registry.lua
@@ -82,7 +82,7 @@ COMMANDS_BY_IDX = {
82
desc='Invalidates all work orders once a month, allowing conditions to be rechecked.',
83
params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'orders', 'recheck', ']'}},
84
{command='starvingdead', group='gameplay', mode='enable'},
85
- {command='warn-starving', group='gameplay', mode='repeat',
+ {command='warn-starving', group='gameplay', mode='repeat', default=true,
86
desc='Show a warning dialog when units are starving or dehydrated.',
87
params={'--time', '10', '--timeUnits', 'days', '--command', '[', 'warn-starving', ']'}},
88
{command='warn-stranded', group='gameplay', mode='repeat',
0 commit comments