Skip to content

Fix ITEM.type > TYPES.Item lookup in char sheet

Ryan Walder requested to merge ryanw/fix-new-items into master

Intent

Fix ITEM.type > TYPES.Item lookup in char sheet when adding new items. This is needed due to the changes in this commit 0fc7aca6.

Also fixes the translation strings to use i18n rather than building the string from fragments.


  • This is meant for a hotfix
  • This is meant for the next release (see milestone)
  • This needs more reviewers than normal; there may be controversy or high complexity
  • This intentionally introduces regressions that will be addressed later
  • There is/will be documentation changes on the wiki
  • Please do not send commits here without coordinating closely with the owner
  • This is a Build System change

Related Issues

Steps to Test

  1. Checkout / Build / Load
  2. Enable Setting to allow users to create items from their sheet
  3. Create Character
  4. Use the + to create an item
  5. Is named properly eg: New Weapon

Merge request reports