Bug: Item Ability Drawer incorrect after adding "Start Item Set Ability"

rbrierly

New member
Repro steps:
  1. Create a behavior tree and add a Start Stop Ability task
  2. View Ability Type dropdown in inspector
  3. Add "Start Item Set Ability" task
Result: All drawers are filled with ItemSetAbilityBase instead of the appropriate types. Sometimes all drawers are filled with ItemAbility types - probably first one in wins. I'm guessing this is because of the cached static lists at the top of the AbilityEffectDrawerHelper.
 
Top