Skip to content

Commit

Permalink
Merge pull request #23 from Myst0712/patch-4
Browse files Browse the repository at this point in the history
Update LegendarySuspicious.java
  • Loading branch information
ebicep authored Dec 29, 2023
2 parents d248e26 + 70ee5c5 commit 6080bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void run() {
public TextComponent getPassiveEffect() {
return Component.text("Play an among us sound and gain ", NamedTextColor.GRAY)
.append(formatTitleUpgrade(ENERGY_GAIN + ENERGY_GAIN_PER_UPGRADE * getTitleLevel()))
.append(Component.text(" energy whenever you land a melee crit."));
.append(Component.text(" energy when you land a melee crit."));
}

@Override
Expand Down

0 comments on commit 6080bb8

Please sign in to comment.