Skip to content

Commit

Permalink
last small commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ANightDazingZoroark committed Sep 4, 2024
1 parent 87c0ba0 commit 037bf07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ public boolean apply(@Nullable RiftCreature riftCreature) {
notifyCommandListener(sender, this, "priftcommands.reset_wild_creatures.reset_success", riftCreatures.size());
}
}
else throw new WrongUsageException("priftcommands.bleed.usage", new Object[0]);
else throw new WrongUsageException("priftcommands.reset_wild_creatures.usage", new Object[0]);
}
}
5 changes: 4 additions & 1 deletion src/main/resources/assets/prift/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ priftcommands.journal.add_success=Journal entry for %s successfully added to %s
priftcommands.journal.entry_already_exists=%s has already been unlocked for %s
priftcommands.journal.clear_success=Journal entry for %s successfully cleared for %s
priftcommands.journal.entry_already_cleared=%s has already been cleared for %s
priftcommands.highlight_creatures.highlight_success=Highlit %s creatures...
priftcommands.highlight_creatures.usage=/prifthighlightcreatures
priftcommands.highlight_creatures.highlight_success=Highlighted %s creature(s)
priftcommands.reset_wild_creatures.usage=/priftresetwildcreatures
priftcommands.reset_wild_creatures.reset_success=Removed %s wild creature(s)

sounds.subtitle.tyrannosaurus_idle=Tyrannosaurus growls
sounds.subtitle.tyrannosaurus_hurt=Tyrannosaurus hurts
Expand Down

0 comments on commit 037bf07

Please sign in to comment.