Skip to content

Commit

Permalink
Updated crafting menu example with existing item (cataclysmbnteam#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
AniDemi authored Jun 23, 2023
1 parent 321411e commit 68b3152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crafting_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ const recipe *select_crafting_recipe( int &batch_size )
{ 'q', _( "metal sawing" ), _( "<color_cyan>quality</color> of resulting item" ) },
//~ Example result description search term
{ 'd', _( "reach attack" ), _( "<color_cyan>full description</color> of resulting item (slow)" ) },
{ 'c', _( "two by four" ), _( "<color_cyan>component</color> required to craft" ) },
{ 'c', _( "plank" ), _( "<color_cyan>component</color> required to craft" ) },
{ 'p', _( "tailoring" ), _( "<color_cyan>primary skill</color> used to craft" ) },
{ 's', _( "cooking" ), _( "<color_cyan>any skill</color> used to craft" ) },
{ 'Q', _( "fine bolt turning" ), _( "<color_cyan>quality</color> required to craft" ) },
Expand Down

0 comments on commit 68b3152

Please sign in to comment.