Skip to content

Commit

Permalink
Fix conflicting changes between medical ui and addictions jsonificati…
Browse files Browse the repository at this point in the history
…on (#56910)
  • Loading branch information
dseguin authored Apr 19, 2022
1 parent e6c6b87 commit 0999815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/medical_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ static medical_column draw_effects_summary( const int column_count, avatar *play

for( auto &elem : player->addictions ) {
if( elem.sated < 0_turns && elem.intensity >= MIN_ADDICTION_LEVEL ) {
effects_column.add_column_line( selection_line( addiction_name( elem ), addiction_text( elem ),
max_width ) );
effects_column.add_column_line( selection_line( elem.type->get_name().translated(),
elem.type->get_description().translated(), max_width ) );
}
}

Expand Down

0 comments on commit 0999815

Please sign in to comment.