@@ -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