云徊YunHui
Newcomer
1. ApplySetPieces()
When extracting a tile from the path layer of the override_map, it may result in an extra row being extracted.
Taking a 3x3 Piece as an example, the final extraction range is 3x4, and additional magma is created, as shown in the blue box below.
Most of the time, this bug does not affect the connectivity of the map, as the buildings layer is not affected.
2.createStone()
The parameter ‘stone ’ is not used, the value of whichStone is obtained by calling chooseStoneTypeIndexOnly() again.
Of course, stoneIndex, which is passed in as a parameter, doesn't work as well as it should.
When extracting a tile from the path layer of the override_map, it may result in an extra row being extracted.
Taking a 3x3 Piece as an example, the final extraction range is 3x4, and additional magma is created, as shown in the blue box below.
Most of the time, this bug does not affect the connectivity of the map, as the buildings layer is not affected.
2.createStone()
The parameter ‘stone ’ is not used, the value of whichStone is obtained by calling chooseStoneTypeIndexOnly() again.
Of course, stoneIndex, which is passed in as a parameter, doesn't work as well as it should.