Skip to content

Commit 2dd77a5

Browse files
committed
enable warn-starving by default, like it always has been
1 parent 9c04e90 commit 2dd77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/control-panel/registry.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ COMMANDS_BY_IDX = {
8282
desc='Invalidates all work orders once a month, allowing conditions to be rechecked.',
8383
params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'orders', 'recheck', ']'}},
8484
{command='starvingdead', group='gameplay', mode='enable'},
85-
{command='warn-starving', group='gameplay', mode='repeat',
85+
{command='warn-starving', group='gameplay', mode='repeat', default=true,
8686
desc='Show a warning dialog when units are starving or dehydrated.',
8787
params={'--time', '10', '--timeUnits', 'days', '--command', '[', 'warn-starving', ']'}},
8888
{command='warn-stranded', group='gameplay', mode='repeat',

0 commit comments

Comments
 (0)