Skip to content

Commit

Permalink
Update src/mutation.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Naadn and github-actions[bot] authored Oct 13, 2024
1 parent 082d410 commit 01c379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ void Character::activate_mutation( const trait_id &mut )
if( mdata.sleepiness ) {
mod_sleepiness( cost );
}
if (mdata.mana) {
if( mdata.mana ) {
magic->mod_mana( *this, -cost );
}
tdata.powered = true;
Expand Down

0 comments on commit 01c379a

Please sign in to comment.