You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//check is there is ONLY a single pregrade block INSIDE all the tiles it will replace - by tracking SEQS. This protocol is also known as UWAGH standard.
204
+
//check is there is ONLY a single pregrade block INSIDE all the tiles it will replace - by tracking SEGGS. This protocol is also known as UWAGH standard.
202
205
seqs.clear();
203
206
tile.getLinkedTilesAs(this, inside -> {
204
207
if(inside.build == null || seqs.contains(inside.build) || seqs.size > 1) return; //no point of checking if there are already two in seqs
@@ -207,6 +210,10 @@ public boolean canPlaceOn(Tile tile, Team team, int rotation){
207
210
returnseqs.size == 1; //no more, no less; a healthy monogamous relationship.
0 commit comments