Skip to content

Commit

Permalink
Fix astyle regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Apr 23, 2020
1 parent 7b80f7f commit d683c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ void Character::suffer_from_asthma( const int current_stim )
{
if( has_effect( effect_adrenaline ) ||
has_effect( effect_datura ) ||
has_effect( effect_took_antiasthmatic) ) {
has_effect( effect_took_antiasthmatic ) ) {
return;
}
if( !one_in( ( to_turns<int>( 6_hours ) - current_stim * 300 ) *
Expand Down

0 comments on commit d683c5f

Please sign in to comment.