diff --git a/docs/fix/archery-practice.rst b/docs/fix/archery-practice.rst index 8054dc5de7..f6124e726d 100644 --- a/docs/fix/archery-practice.rst +++ b/docs/fix/archery-practice.rst @@ -47,6 +47,8 @@ picked up by training units can be managed by this tool. Any other stacks of ammo items inside the quiver that are not assigned for training will not affect the unit's ability to practice archery. +As of DF version 52.05, this bug should already be fixed. + Limitations ----------- diff --git a/internal/control-panel/registry.lua b/internal/control-panel/registry.lua index 95f941b446..a03c866020 100644 --- a/internal/control-panel/registry.lua +++ b/internal/control-panel/registry.lua @@ -74,7 +74,7 @@ COMMANDS_BY_IDX = { -- can be restored here once we solve issue #4292 -- {command='craft-age-wear', help_command='tweak', group='bugfix', mode='tweak', default=true, -- desc='Allows items crafted from organic materials to wear out over time.'}, - {command='fix/archery-practice', group='bugfix', mode='repeat', default=true, + {command='fix/archery-practice', group='bugfix', mode='repeat', desc='Consolidate ammo items inside quivers to allow archery practice to take place.', params={'--time', '449', '--timeUnits', 'ticks', '--command', '[', 'fix/archery-practice', '-q', ']'}}, {command='fix/blood-del', group='bugfix', mode='run', default=true},