Skip to content

Commit

Permalink
Pry behavior change: confirmed that examining locked objects will not…
Browse files Browse the repository at this point in the history
… try to lockpick them if possible, add option descrip change for now

TODO later: add lockpicks to the list of tools to use in the locked_object iuse. Should take precedence over prying tools; will have to list tool type (and maybe quality) after each one in the list option.
  • Loading branch information
ThinkInvis committed Jan 24, 2019
1 parent b13f597 commit f6bc75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ void options_manager::add_options_general()

// separate option because locks can be far more dangerous than crates to pry open. todo: does examine try picking first, or just jump straight to prying? former is more ideal
add("AUTO_PRY_LOCKED", "general", translate_marker("Auto-pry locks on examine"),
translate_marker("If disabled, examining a non-crate locked object will ask you which tool to use (or to leave the crate alone). Enable to always bypass this prompt and immediately use the best available prying tool."),
translate_marker("If disabled, examining a non-crate locked object will ask you which tool to use (or to leave the object alone). Enable to always bypass this prompt and immediately use the best available prying tool. Note that lockpicks are never considered for use by the examine action!"),
false
);

Expand Down

0 comments on commit f6bc75b

Please sign in to comment.