Dragon Fogel
Level: Smitemaster
Rank Points: 2584
Registered: 06-21-2014
IP: Logged
File: Briar Testing.hold (1018 bytes) Downloaded 52 times. License: Public Domain
|
Re: Changed briar processing in 5.1.1 (+2)
Okay, with some effort I managed a test setup.
The south root is created through scripting. As soon as growth happens, the red tile southeast of the north root turns black, but there is no diagonal growth from it.
Then, if you wait a few turns, the red tile at (13,21) will be the same distance from both roots, so whichever one is processed first will turn it black. This means that the next tile to turn black will be whichever one is closer to the next tile processed.
The south tile turns black, so this tells us that processing returns to the usual order. The different processing order only happens on the turn that the new root is built.
I'm pretty sure it's an issue with processing order and not attachment because if the order were the same as normal, this is what I would expect to happen even if the south root wasn't attached to the briar patch:
-North root turns red tile black
-South root expands into patch. Since the tile is black, there is diagonal growth from it.
However, I guess it's possible some less straightforward issue is causing the weird behavior.
|