Skip to content

Commit

Permalink
Reword corrosion expiry message (agentgt)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Campbell committed May 28, 2015
1 parent ccc65b0 commit 7747787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/player-reacts.cc
Expand Up @@ -1063,7 +1063,7 @@ static void _decrement_durations()
"Your cleaving frenzy subsides.");

if (_decrement_a_duration(DUR_CORROSION, delay,
"You repair your equipment."))
"You are no longer corroded."))
{
you.props["corrosion_amount"] = 0;
you.redraw_armour_class = true;
Expand Down

0 comments on commit 7747787

Please sign in to comment.