Skip to content

Commit c1653df

Browse files
committed
Disable fix/archery-practice for 53.01
1 parent 412ae1a commit c1653df

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Template for new versions:
3838
## Misc Improvements
3939

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

4243
# 52.05-r2
4344

docs/fix/archery-practice.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ training and split stacks of ammo items assigned for training inside the
1010
quivers to ensure each training unit can have more than one stack to allow
1111
archery practice to take place.
1212

13+
Note
14+
----
15+
16+
The bug preventing units from initiating archery practice was fixed in
17+
DF version 53.01. See below for more information about the issue and how
18+
this tool works to mitigate it. Running this tool for any other archery
19+
related issues will not yield useful results.
20+
1321
Usage
1422
-----
1523

internal/control-panel/registry.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ COMMANDS_BY_IDX = {
7474
-- can be restored here once we solve issue #4292
7575
-- {command='craft-age-wear', help_command='tweak', group='bugfix', mode='tweak', default=true,
7676
-- desc='Allows items crafted from organic materials to wear out over time.'},
77-
{command='fix/archery-practice', group='bugfix', mode='repeat', default=true,
78-
desc='Fix quivers and training ammo items to allow archery practice to take place.',
79-
params={'--time', '449', '--timeUnits', 'ticks', '--command', '[', 'fix/archery-practice', '-q', ']'}},
77+
-- Issue resolved in 53.01; tool no longer required.
78+
-- {command='fix/archery-practice', group='bugfix', mode='repeat', default=true,
79+
-- desc='Fix quivers and training ammo items to allow archery practice to take place.',
80+
-- params={'--time', '449', '--timeUnits', 'ticks', '--command', '[', 'fix/archery-practice', '-q', ']'}},
8081
{command='fix/blood-del', group='bugfix', mode='run', default=true},
8182
{command='fix/dead-units', group='bugfix', mode='repeat', default=true,
8283
desc='Fix units still being assigned to burrows after death.',

0 commit comments

Comments
 (0)