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

Commit 43ded82

Browse files
committed
making it nicer to read
1 parent 46c97fc commit 43ded82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/tier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ idrinth.tier = {
197197
var title = "";
198198
for(var key in idrinth.tier.list[listKey].loot[difficulty][ic]) {
199199
if(idrinth.tier.list[listKey].loot[difficulty][ic].hasOwnProperty (key)) {
200-
title += key.toUpperCase()+": "+idrinth.tier.list[listKey].loot[difficulty][ic][key]+"\n";
200+
title += idrinth.tier.list[listKey].loot[difficulty][ic][key]+" "+idrinth.text.get ('tier.loot.'+key)+"\n";
201201
}
202202
}
203203
ln.attributes.push({name:'title',value:title});

0 commit comments

Comments
 (0)