We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5614f9 + d7b219f commit 95780afCopy full SHA for 95780af
src/magic.cpp
@@ -2765,7 +2765,7 @@ std::string spell::enumerate_spell_data( const Character &guy ) const
2765
has_flag( spell_flag::PSIONIC ) ) {
2766
spell_data.emplace_back( _( "can be channeled through walls" ) );
2767
}
2768
- return enumerate_as_string( spell_data );
+ return uppercase_first_letter( enumerate_as_string( spell_data ) );
2769
2770
2771
void spellcasting_callback::display_spell_info( size_t index )
0 commit comments