From c1653df4e6f2290b42a490bd27fc49bd6ba35a7b Mon Sep 17 00:00:00 2001 From: git--amade Date: Sun, 2 Nov 2025 17:15:00 +0800 Subject: [PATCH] Disable fix/archery-practice for 53.01 --- changelog.txt | 1 + docs/fix/archery-practice.rst | 8 ++++++++ internal/control-panel/registry.lua | 7 ++++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index dbcb8cd07..cbc76b862 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/docs/fix/archery-practice.rst b/docs/fix/archery-practice.rst index 097a19a10..89cf6e0d8 100644 --- a/docs/fix/archery-practice.rst +++ b/docs/fix/archery-practice.rst @@ -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 ----- diff --git a/internal/control-panel/registry.lua b/internal/control-panel/registry.lua index 78fecb78a..7187e7e8d 100644 --- a/internal/control-panel/registry.lua +++ b/internal/control-panel/registry.lua @@ -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.',