Skip to content

Commit

Permalink
Describe curse boosts in chardumps (vt)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebering committed Mar 19, 2021
1 parent 86f8766 commit 359e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/describe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@ string get_item_description(const item_def &item, bool verbose,
}

if (!verbose && item.cursed())
description << "\nIt has a curse placed upon it.";
description << _describe_item_curse(item);
else
{
if (verbose)
Expand Down

0 comments on commit 359e429

Please sign in to comment.