File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
plugin/src/main/kotlin/sc/plugin2024 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The version should always be in sync with the [GUI](https://github.com/software-
1010 A ` y ` version of 0 marks the beta of the current year
1111 and likely contains breaking changes between patches.
1212
13- ### 24.0.9 All The Moves - 2023-09-XX
13+ ### 24.1.0 New Helpers - 2023-09-11
1414- Add a few helpers
1515
1616### 24.0.8 All The Moves - 2023-09-04
Original file line number Diff line number Diff line change 11socha.gameName =mississippi
22socha.version.year =24
3- socha.version.minor =00
4- socha.version.patch =08
3+ socha.version.minor =01
4+ socha.version.patch =00
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ internal fun SegmentFields.alignPassengers(random: Random = Random): Boolean {
110110 val result = shuffledIndices(CubeDirection .values().size, random = random)
111111 .mapToObj { Field .PASSENGER (CubeDirection .values()[it], 1 ) }
112112 .filter {
113- // TODO this rotation is relative now !
113+ // this rotation is relative!
114114 val target = Coordinates (x, y).localToCube() + it.direction.vector
115115 get(target) == Field .WATER ||
116116 (target.arrayX == - 2 && target.r.absoluteValue < 3 ) // in front of a tile is always water
You can’t perform that action at this time.
0 commit comments