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

Commit 1a778f8

Browse files
authored
Merge pull request #218 from Idrinth/ardenian
Ardenian
2 parents 993e617 + 6812971 commit 1a778f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/mods/tier.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ idrinth.tier = {
189189
type: 'strong',
190190
content: idrinth.tier.list[list[count]].name
191191
},
192+
{
193+
type: 'span',
194+
content: idrinth.tier.list[list[count]].types.join ( ', ' )
195+
},
192196
{
193197
type: 'button',
194198
content: idrinth.text.get ( "tier.tag" ),
@@ -289,4 +293,4 @@ idrinth.tier = {
289293
}
290294
makeList ( result );
291295
}
292-
};
296+
};

0 commit comments

Comments
 (0)