mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 23:37:43 -05:00
Add second tricolorStage to social posts
This commit is contained in:
parent
9ae7f33096
commit
18f19a84b8
|
|
@ -50,7 +50,11 @@ export default class SchedulesStatus extends StatusGenerator
|
|||
}
|
||||
|
||||
if(stages.tricolor?.isTricolorActive && stages.tricolor.tricolorStages) {
|
||||
lines.push(`– Tricolor: ${stages.tricolor.tricolorStages[0].name}`);
|
||||
if(stages.tricolor.tricolorStages.length == 1) {
|
||||
lines.push(`– Tricolor: ${stages.tricolor.tricolorStages[0].name}`);
|
||||
} else {
|
||||
lines.push(`– Tricolor: ${stages.tricolor.tricolorStages[0].name} and ${stages.tricolor.tricolorStages[1].name}`);
|
||||
}
|
||||
}
|
||||
return lines.join('\n');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user