Skip to content

Commit

Permalink
Fix duplication of crafting components (CleverRaven#53220)
Browse files Browse the repository at this point in the history
  • Loading branch information
dseguin authored Dec 7, 2021
1 parent 126366c commit 8dc5caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/craft_command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static bool continue_prompt_liquids( const std::vector<comp_selection<item_comp>
cont_not_empty = true;
iname = tmp_i.tname( 1U, true );
}
crafter->i_add_or_drop( tmp_i, real_count );
crafter->i_add_or_drop( tmp_i );
}
if( cont_not_empty && !query_yn( liq_cont_msg, iname ) ) {
return false;
Expand Down

0 comments on commit 8dc5caf

Please sign in to comment.