Skip to content

Commit

Permalink
revert 41ed856
Browse files Browse the repository at this point in the history
  • Loading branch information
VlasovVitaly committed Jul 25, 2014
1 parent b5f2361 commit d924747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ void player::update_bodytemp()
&& (i == bp_mouth || i == bp_hands || i == bp_feet))
{
//~ %s is bodypart
add_msg(m_bad, _("Your %s hardens from the frostbite!"),
add_msg(m_bad, (i == bp_mouth ? _("Your %s hardens from the frostbite!") : _("Your %s harden from the frostbite!")),
body_part_name(body_part(i), -1).c_str());
}
else if (frostbite_timer[i] >= 120 && g->get_temperature() < 32)
Expand Down

0 comments on commit d924747

Please sign in to comment.