Update page 'Swapping Tiles'

Jan Kolberg
2019-06-25 17:52:43 +02:00
parent 7e151269c2
commit 56330f4f5f

@@ -17,7 +17,6 @@ The pictures above visualize the process of swapping a default tile into a sleep
Please note that the example just shows the procedure of swapping one tile at a time. If you select more tiles at the beginning, each tile will be swapped to the one type you've chosen. Please note that the example just shows the procedure of swapping one tile at a time. If you select more tiles at the beginning, each tile will be swapped to the one type you've chosen.
But there are a few limitations whether the tile can be swapped or not. But there are a few limitations whether the tile can be swapped or not.
<ul> <ul>
<li>The selected tile type must be different to the one you want to swap it into</li> <li>The selected tile type must be different to the one you want to swap it into</li>
<li>There must be no person currently working on tile</li> <li>There must be no person currently working on tile</li>
@@ -25,3 +24,5 @@ But there are a few limitations whether the tile can be swapped or not.
<li>The tile must be not already swapping at the time you're trying to swap it</li> <li>The tile must be not already swapping at the time you're trying to swap it</li>
</ul> </ul>
If just one of let's say four tiles throws these requirements, every tile will be swapped except the one wrong tile.