Update index.html

This commit is contained in:
breitenbach76 2026-06-07 13:52:32 +02:00
parent c3ae02c020
commit bb3611ae9b

View file

@ -1275,7 +1275,7 @@ function renderGateDone(st){
const tIdx = gateTargetIndex(st, i);
const target = tIdx>=0 ? STATIONEN[tIdx] : null;
const phaseEnd = target && target.phase !== st.phase;
let feedback = `<p class="muted">Legt den passenden <b>Entscheidungs-Chip</b> ans Gate.</p>`;
let feedback = `<p class="muted">Die entscheidende Rolle (<b>${roleLabel(keeper)}</b>) bleibt als Marker am Gate-Puck stehen.</p>`;
let nextLabel = `Weiter →`;
if(phaseEnd){
const curColor = PHASEN[st.phase].color, nextColor = PHASEN[target.phase].color;