aboutsummaryrefslogtreecommitdiff
path: root/features/hud
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-15 14:32:25 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-15 14:32:25 +0800
commit1e733f87be05ecf36c37cc9435a50a5a581c0246 (patch)
tree82fc9bad16d43cd71dc13aad34074504820e4f98 /features/hud
parent4116028c3c6c2d5571a9d278c6323add8e97b8e8 (diff)
downloadSoopyV2-1e733f87be05ecf36c37cc9435a50a5a581c0246.tar.gz
SoopyV2-1e733f87be05ecf36c37cc9435a50a5a581c0246.tar.bz2
SoopyV2-1e733f87be05ecf36c37cc9435a50a5a581c0246.zip
make master floor completiosn say M[number] not F[number]
Diffstat (limited to 'features/hud')
-rw-r--r--features/hud/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index a4e594e..a72f850 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -479,7 +479,7 @@ class Hud extends Feature {
}
if(type.startsWith("completions_master_")){
let floor = parseInt(type.split("_").pop())
- string = "&6F" + floor +" Comps&7> &f" + this.numberUtils.numberWithCommas((this.lastStatData.dungeons?.dungeon_types?.master_catacombs?.tier_completions?.[floor]||0))
+ string = "&6M" + floor +" Comps&7> &f" + this.numberUtils.numberWithCommas((this.lastStatData.dungeons?.dungeon_types?.master_catacombs?.tier_completions?.[floor]||0))
}
if(type.startsWith("completions_dungeon_")){
let floor = parseInt(type.split("_").pop())