Commit 8b1ba942 authored by nanahira's avatar nanahira

fix

parent c78aabea
......@@ -266,10 +266,10 @@ export class LegacyApiService {
return `${duelText} Siding`;
}
if (info.duelStage === DuelStage.Finger) {
return `${duelText} Finger${deathSuffix}`;
return `${duelText} Finger`;
}
if (info.duelStage === DuelStage.FirstGo) {
return `${duelText} FirstGo${deathSuffix}`;
return `${duelText} FirstGo`;
}
if (info.duelStage === DuelStage.Dueling) {
const turn = Number.isFinite(info.turnCount) ? Number(info.turnCount) : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment