Skip to content

Commit

Permalink
Adjust immolation string
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Jul 8, 2024
1 parent c1505f4 commit f5f070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Localization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool Localization::Initialize() {
if (this->localization_strings[LSTR_ENERGY].empty())
this->localization_strings[LSTR_ENERGY] = "Energy";
if (this->localization_strings[LSTR_IMMOLATION_DAMAGE].empty())
this->localization_strings[LSTR_IMMOLATION_DAMAGE] = "Immolation deals %d damage to %d targets";
this->localization_strings[LSTR_IMMOLATION_DAMAGE] = "Immolation deals %d damage to %d target(s)";

InitializeMm6ItemCategories();

Expand Down

0 comments on commit f5f070d

Please sign in to comment.