Skip to content

Commit

Permalink
Merge branch 'xedra_timelord' of https://github.com/b3brodie/Cataclys…
Browse files Browse the repository at this point in the history
…m-DDA into xedra_timelord
  • Loading branch information
b3brodie committed Dec 14, 2024
2 parents 9477169 + 5203925 commit 1061359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/math_parser_diag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,8 @@ diag_eval_dbl_f spell_exp_for_level_eval( char /* scope */,
return[sid = params[0], level = params[1]]( const_dialogue const & d ) -> double {
std::string sid_str = sid.str( d );
spell_id spell( sid_str );
if( spell.is_valid() ) {
if( spell.is_valid() )
{
return spell->exp_for_level( level.dbl( d ) );
}

Expand Down

0 comments on commit 1061359

Please sign in to comment.