[NOTE: By "not as easy as I'd hoped it would be", I mean that I had to wholesale replace Telekinetic Grasp's .action() method, which means that any other addon playing around in that area might have compatibility problems. This (sort of) includes Use Item Shortcuts, which requires its own separate copy of (part of) Telekinetic Grasp's .action() method, and thus won't inherit our newly added functionality. Not to worry, though; I also added the same functionality to the latest version of Use Item Dialog.

(Looking ahead, I'm not sure whether this would count as a bugfix addon; for now, I'm categorizing it as a "maybe" to potentially be added to ZOmnibus and ZOmnibus Lite, since we're keying off an existing game option.)
[Implementation notes:
Code: Select all
Hooks:
ToME:load [to modify Telekinetic Grasp]