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.
1 parent 3710402 commit d7b219fCopy full SHA for d7b219f
src/magic.cpp
@@ -2764,7 +2764,7 @@ std::string spell::enumerate_spell_data( const Character &guy ) const
2764
has_flag( spell_flag::PSIONIC ) ) {
2765
spell_data.emplace_back( _( "can be channeled through walls" ) );
2766
}
2767
- return enumerate_as_string( spell_data );
+ return uppercase_first_letter( enumerate_as_string( spell_data ) );
2768
2769
2770
void spellcasting_callback::display_spell_info( size_t index )
0 commit comments