Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 15, 2023
1 parent 2f86fe3 commit 0877c12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/character_turn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,9 @@ void Character::process_one_effect( effect &it, bool is_new )
if( val != 0 ) {
mod = 1;
if( is_new || it.activated( calendar::turn, "SLEEPDEBT", val, reduced, mod ) ) {
mod_sleep_deprivation( bound_mod_to_vals( get_sleep_deprivation(), val, it.get_max_val( "SLEEPDEBT", reduced ),
it.get_min_val( "SLEEPDEBT", reduced ) ) );
mod_sleep_deprivation( bound_mod_to_vals( get_sleep_deprivation(), val, it.get_max_val( "SLEEPDEBT",
reduced ),
it.get_min_val( "SLEEPDEBT", reduced ) ) );
}
}

Expand Down

0 comments on commit 0877c12

Please sign in to comment.