Fixed: Building Shuffle Init

This commit is contained in:
rubenpirreram
2026-05-02 17:03:51 +02:00
parent 482921eb86
commit 5ecca62dd9
3 changed files with 15 additions and 3 deletions
@@ -640,7 +640,7 @@ public class Game implements Serializable {
{
currentState.GameStageUpdate(GameStages.OPTIONAL_CARD_EFFECT);
HashMap<Player,Integer> optional=new LinkedHashMap<>();
for (Player p : playersList) {
for (Player p : orderLogicCard.players) {
int tempCount=(int)p.buildingCards.stream().filter(x->x.getEffectId()==12).count();
if(tempCount>0)
{