Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #218 from Idrinth/ardenian
Browse files Browse the repository at this point in the history
Ardenian
  • Loading branch information
w20k authored Oct 20, 2016
2 parents 993e617 + 6812971 commit 1a778f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mods/tier.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ idrinth.tier = {
type: 'strong',
content: idrinth.tier.list[list[count]].name
},
{
type: 'span',
content: idrinth.tier.list[list[count]].types.join ( ', ' )
},
{
type: 'button',
content: idrinth.text.get ( "tier.tag" ),
Expand Down Expand Up @@ -289,4 +293,4 @@ idrinth.tier = {
}
makeList ( result );
}
};
};

0 comments on commit 1a778f8

Please sign in to comment.