Skip to content

Commit 9b325f1

Browse files
authored
Merge pull request #1504 from amade-w/disable-archery-practice
Make `fix/archery-practice` disabled by default
2 parents 14e4a34 + c5fb5cd commit 9b325f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/fix/archery-practice.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ picked up by training units can be managed by this tool.
4747
Any other stacks of ammo items inside the quiver that are not assigned
4848
for training will not affect the unit's ability to practice archery.
4949

50+
As of DF version 52.05, this bug should already be fixed.
51+
5052
Limitations
5153
-----------
5254

internal/control-panel/registry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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,
77+
{command='fix/archery-practice', group='bugfix', mode='repeat',
7878
desc='Consolidate ammo items inside quivers to allow archery practice to take place.',
7979
params={'--time', '449', '--timeUnits', 'ticks', '--command', '[', 'fix/archery-practice', '-q', ']'}},
8080
{command='fix/blood-del', group='bugfix', mode='run', default=true},

0 commit comments

Comments
 (0)