Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/fix/archery-practice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
Loading