Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into dev
  • Loading branch information
mlthelama committed Jan 16, 2024
2 parents 8dc42ad + 2eb47a8 commit df73be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actor/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ namespace actor {
a_player_data->value += a_player_data_element->ending;
}
if (!mod::mod_manager::get_singleton()->get_blade_and_blunt()) {
a_player_data->value += handle_max_handling(a_player_data_element, resist_damage);
a_player_data->value += handle_max_handling(a_player_data_element, resist_damage);
}
}

Expand Down

0 comments on commit df73be2

Please sign in to comment.