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
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Template for new versions:
## Misc Improvements

## Removed
- `fix/archery-practice`: removed from the control panel's bug fixes tab.

# 52.05-r2

Expand Down
8 changes: 8 additions & 0 deletions docs/fix/archery-practice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ training and split stacks of ammo items assigned for training inside the
quivers to ensure each training unit can have more than one stack to allow
archery practice to take place.

Note
----

The bug preventing units from initiating archery practice was fixed in
DF version 53.01. See below for more information about the issue and how
this tool works to mitigate it. Running this tool for any other archery
related issues will not yield useful results.

Usage
-----

Expand Down
7 changes: 4 additions & 3 deletions internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ 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,
desc='Fix quivers and training ammo items to allow archery practice to take place.',
params={'--time', '449', '--timeUnits', 'ticks', '--command', '[', 'fix/archery-practice', '-q', ']'}},
-- Issue resolved in 53.01; tool no longer required.
-- {command='fix/archery-practice', group='bugfix', mode='repeat', default=true,
-- desc='Fix quivers and training ammo items 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},
{command='fix/dead-units', group='bugfix', mode='repeat', default=true,
desc='Fix units still being assigned to burrows after death.',
Expand Down