Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
osuphobia and github-actions[bot] authored May 25, 2024
1 parent f3bf13c commit 758cb1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1896,12 +1896,11 @@ void options_manager::add_options_interface()
to_translation( "If true, after firing automatically aim again if targets are available." ),
true
);

add( "UNLOAD_RAS_WEAPON", page_id,
to_translation( "Unload your bow etc. after canceling shooting" ),

Check failure on line 1900 in src/options.cpp

View workflow job for this annotation

GitHub Actions / build (src)

insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style,-warnings-as-errors]
to_translation( "If true, weapons like bow and slingshot will be unloaded when quitting aim ui." ),
true
);
);

add( "QUERY_DISASSEMBLE", page_id, to_translation( "Query on disassembly while butchering" ),
to_translation( "If true, will query before disassembling items while butchering." ),
Expand Down

0 comments on commit 758cb1e

Please sign in to comment.