Skip to content

Commit d7b219f

Browse files
authored
Add missing uppercase letter on spell characteristics
1 parent 3710402 commit d7b219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/magic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2764,7 +2764,7 @@ std::string spell::enumerate_spell_data( const Character &guy ) const
27642764
has_flag( spell_flag::PSIONIC ) ) {
27652765
spell_data.emplace_back( _( "can be channeled through walls" ) );
27662766
}
2767-
return enumerate_as_string( spell_data );
2767+
return uppercase_first_letter( enumerate_as_string( spell_data ) );
27682768
}
27692769

27702770
void spellcasting_callback::display_spell_info( size_t index )

0 commit comments

Comments
 (0)