Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Template for new versions:
## New Features

## Fixes
- `gui/control-panel`: fixed incorrect description of deteriorate commands

## Misc Improvements

Expand Down
4 changes: 2 additions & 2 deletions internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ COMMANDS_BY_IDX = {
{command='deteriorate enable all', group='gameplay', mode='run',
desc='Enable if you want deteriorate to run on all supported categories instead of just corpses.'},
{command='deteriorate frequency 0.15 all', group='gameplay', mode='run',
desc='Enable if you want to slow item deterioration down so they take about a year to rot away.'},
{command='deteriorate frequency 3 all', group='gameplay', mode='run',
desc='Enable if you want to speed item deterioration up so they take less than a month to rot away.'},
{command='deteriorate frequency 3 all', group='gameplay', mode='run',
desc='Enable if you want to slow item deterioration down so they take about a year to rot away.'},
{command='dwarfvet', group='gameplay', mode='enable'},
{command='eggs-fertile', help_command='tweak', group='gameplay', mode='tweak', default=true,
desc='Displays an indicator on fertile eggs.'},
Expand Down