Skip to content

Commit 6b1baf8

Browse files
authored
Merge pull request #710 from Courseplay/lands-entry
fix: add missing entries for lands pattern
2 parents 8466581 + 3ec9e8d commit 6b1baf8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/courseGenerator/RowPattern.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,10 @@ function RowPatternLands:getPossibleEntries(rows)
508508
return RowPattern.getPossibleEntries(self, rows)
509509
end
510510
return {
511+
-- reverseRowOrderBefore, reverseRowOrderAfter, reverseOddRows
511512
CourseGenerator.RowPattern.Entry(firstRow[1], false, false, false),
513+
CourseGenerator.RowPattern.Entry(firstRow[#firstRow], false, false, true),
514+
CourseGenerator.RowPattern.Entry(lastRow[1], true, false, false),
512515
CourseGenerator.RowPattern.Entry(lastRow[#lastRow], true, false, true)
513516
}
514517
end

0 commit comments

Comments
 (0)