mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 15:36:31 -05:00
Include Tricolor on social media posts again
This commit is contained in:
parent
3df847b67a
commit
79ac113e5f
|
|
@ -45,9 +45,13 @@ export default class SchedulesStatus extends StatusGenerator
|
|||
`– Pro: ${festProStages[0].name} and ${festProStages[1].name}`,
|
||||
];
|
||||
|
||||
if(stages.tricolor?.isTricolorActive) {
|
||||
if(stages.tricolor?.isTricolorActive && stages.tricolor.tricolorStage) {
|
||||
lines.push(`– Tricolor: ${stages.tricolor.tricolorStage.name}`);
|
||||
}
|
||||
|
||||
if(stages.tricolor?.isTricolorActive && stages.tricolor.tricolorStages) {
|
||||
lines.push(`– Tricolor: ${stages.tricolor.tricolorStages[0].name}`);
|
||||
}
|
||||
return lines.join('\n');
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user