diff --git a/src/map_field.cpp b/src/map_field.cpp index 8ebbdff2b3036..eb59434d97251 100644 --- a/src/map_field.cpp +++ b/src/map_field.cpp @@ -1498,7 +1498,8 @@ void map::player_in_field( Character &you ) std::vector bps = you.get_ground_contact_bodyparts(); you.add_msg_player_or_npc( m_bad, string_format( _( "The acid burns your %s!" ), you.string_for_ground_contact_bodyparts( bps ) ), - string_format( _( "The acid burns 's %s!" ), you.string_for_ground_contact_bodyparts( bps ) ) ); + string_format( _( "The acid burns 's %s!" ), + you.string_for_ground_contact_bodyparts( bps ) ) ); } else if( on_ground ) { you.add_msg_if_player( m_warning, _( "You're lying in a pool of acid!" ) ); } else if( !you.is_immune_field( fd_acid ) ) {