Skip to content

Commit d845ac9

Browse files
committed
Adding fix/dry-buckets to the control panel at one week
1 parent fe19564 commit d845ac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/control-panel/registry.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ COMMANDS_BY_IDX = {
7171
{command='fix/dead-units', group='bugfix', mode='repeat', default=true,
7272
desc='Fix units still being assigned to burrows after death.',
7373
params={'--time', '7', '--timeUnits', 'days', '--command', '[', 'fix/dead-units', '--burrow', '-q', ']'}},
74+
{command='fix/dry-buckets', group='bugfix', mode='repeat', default=true,
75+
desc='Allow discarded water buckets to be used again.',
76+
params={'--time', '7', '--timeUnits', 'days', '--command', '[', 'fix/dry-buckets', ']'}},
7477
{command='fix/empty-wheelbarrows', group='bugfix', mode='repeat', default=true,
7578
desc='Make abandoned full wheelbarrows usable again.',
7679
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/empty-wheelbarrows', '-q', ']'}},

0 commit comments

Comments
 (0)