Update index.html
This commit is contained in:
parent
c3ae02c020
commit
bb3611ae9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue