Skip to content

Commit 99eba9a

Browse files
authored
fix(!fairysouls): Add new 5 souls from Backwater Bayou Update (#333)
1 parent 4ea188b commit 99eba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraft/commands/fairysoulsCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class FairySoulsCommand extends minecraftCommand {
2929

3030
const { username, profile, profileData } = await getLatestProfile(player);
3131

32-
const total = profileData.game_mode === "island" ? 5 : 248;
32+
const total = profileData.game_mode === "island" ? 5 : 253;
3333
const fairy_soul = profile.fairy_soul;
3434
this.send(`${username}'s Fairy Souls: ${fairy_soul.total_collected} / ${total} | Progress: ${((fairy_soul.total_collected / total) * 100).toFixed(2)}%`);
3535
} catch (error) {

0 commit comments

Comments
 (0)