Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2df3392 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 19, 2024
1 parent a3ff434 commit a93961d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,29 +572,29 @@ <h4>Enemies</h4>
const accolades = [];
if (profile.Results[0].Staff)
{
accolades.push("Staff");
accolades.push("Digital Extremes Staff");
}
else
{
if (profile.Results[0].Moderator)
{
accolades.push("Moderator");
}
if (profile.Results[0].Partner)
if (profile.Results[0].Founder)
{
accolades.push("Partner");
accolades.push("Founder (" + founderTiers[profile.Results[0].Founder] + ")");
}
if (profile.Results[0].Guide)
{
accolades.push(guideTiers[profile.Results[0].Guide]);
}
if (profile.Results[0].Founder)
if (profile.Results[0].Moderator)
{
accolades.push("Founder (" + founderTiers[profile.Results[0].Founder] + ")");
accolades.push("Moderator");
}
if (profile.Results[0].Partner)
{
accolades.push("Warframe Creator");
}
if (profile.Results[0].Accolades?.Heirloom)
{
accolades.push("Heirloom");
accolades.push("Ten Year Supporter");
}
}
if (accolades.length != 0)
Expand Down

0 comments on commit a93961d

Please sign in to comment.