Skip to content

Commit

Permalink
remove erroneous change left it
Browse files Browse the repository at this point in the history
  • Loading branch information
Malibu-Stacey committed Oct 16, 2023
1 parent d91c302 commit b470c10
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions RELEASE/scripts/autoscend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1779,16 +1779,6 @@ boolean doTasks()
auto_checkTrainSet();
prioritizeGoose();

// TODO: tidy this up into a function somewhere. Can't go in handlePulls though as that's called before we switch workshed to trainset.
// worksheds are swapped in LX_setWorkshed() which is called in task order
if (get_workshed() == $item[model train set] && canPull($item[smut orc keepsake box]) && lumberCount() < 26 && fastenerCount() < 26)
{
if (pullXWhenHaveY($item[smut orc keepsake box], 1, 0))
{
use(1, $item[smut orc keepsake box]);
}
}

ocrs_postCombatResolve();
beatenUpResolution();
lar_safeguard();
Expand Down

0 comments on commit b470c10

Please sign in to comment.