Forgotten Graves

Forgotten Graves

273k Downloads

[FEATURE] Add configuration option for retrieval type

ginsm opened this issue ยท 1 comments

commented

Describe the solution you'd like
There should be an option to choose between 3 retrieval types:

  1. ON_BREAK
  2. ON_RIGHTCLICK
  3. ON_SHIFT

I'd need to figure out an all-inclusive option (ON_ALL?) while allowing for a mixture of the 3 retrieval types as well.

commented

Commit a5e7a4d implements this:

Players should now be able to choose between 3 break options:

  1. ON_BREAK
  2. ON_USE
  3. ON_BOTH (default) - provides usage of both ON_BREAK and ON_USE

Closing this.