Skip to content

Commit

Permalink
Update addiction.cpp
Browse files Browse the repository at this point in the history
restyled
  • Loading branch information
Consoleable authored Jul 24, 2024
1 parent f4b6ec0 commit 3c84954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addiction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static bool opiate_effect( Character &u, addiction &add )
// No further effects if we're doped up.
if( u.get_painkiller() >= in ) {
add.sated = 0_turns;
u.remove_effect(effect_shakes);
u.remove_effect( effect_shakes );
return false;
}
u.mod_str_bonus( -1 );
Expand Down

0 comments on commit 3c84954

Please sign in to comment.