diff --git a/src/mods/tier.js b/src/mods/tier.js index 9ef4cc6..4cd17bf 100644 --- a/src/mods/tier.js +++ b/src/mods/tier.js @@ -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" ), @@ -289,4 +293,4 @@ idrinth.tier = { } makeList ( result ); } -}; \ No newline at end of file +};