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

Commit fd8d75b

Browse files
committed
fixes #315
AP instead of FS
1 parent 2c07b34 commit fd8d75b

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
@@ -353,7 +353,7 @@ idrinth.tier = {
353353
},
354354
makeButton (
355355
'copy',
356-
'idrinth.core.copyToClipboard.text("' + boss.name + '(NM): OS ' + idrinth.ui.formatNumber ( boss.os.nm ) + ', FS ' + idrinth.ui.formatNumber ( boss.fs.nm ) + ', Tiers ' + formattedList ( boss.nm ) + ' by IDotD")'
356+
'idrinth.core.copyToClipboard.text("' + boss.name + '(NM): OS ' + idrinth.ui.formatNumber ( boss.os.nm ) + ', AP ' + idrinth.ui.formatNumber ( boss.ap ) + ', Tiers ' + formattedList ( boss.nm ) + ' by IDotD")'
357357
),
358358
makeButton (
359359
'tag',

0 commit comments

Comments
 (0)