Page 1 of 1

question on frozenclone traps

PostPosted: Mon Apr 18, 2011 11:42 pm
by CCX
I'm looking at creating a multiplayer level making use of frozen clones that are set to melt to the color of the group that touched it. In thinking about it, I'm wondering, what happens if two or more clones of different colors touch the frozenclone at the exact same time? How does the game "break the tie" in that case and select a color for the melting clone?

Re: question on frozenclone traps

PostPosted: Tue Apr 19, 2011 10:09 am
by rt
In that case the clone that was created first will "win". The start traps alternate the order they create clones in different groups to help "randomize" the placement but for a given level and circumstance it will always play out the same way, the game is deterministic.