Skip to content

Draft: Always pass item usage through Lua handlers

uramer requested to merge uramer/openmw:consistent_item_usage into master

Currently ItemUsage interface only handles equipping items in the inventory. This MR applies it to the remaining cases:

  1. quick keys
  2. enchanted items in the spell window
  3. MWScript
  4. Lua API's own setSelectedEnchantedItem method 🙃

Merge request reports