Refine setup and draft interactions

This commit is contained in:
2026-04-10 13:36:43 -04:00
parent e11264168c
commit 30e3f88b21
7 changed files with 718 additions and 167 deletions

View File

@@ -60,13 +60,6 @@ function applyColumnBaseEnergy(state: GameState, scores: number[], ownerId: Play
return;
}
if (state.activeRoundEffects.includes("shared_light")) {
playersPresent.forEach((playerId) => {
scores[playerId] += 1;
});
return;
}
scores[ownerId] += 1;
}