When implementing a magic spell that uses a mana character attribute I found an error in CharacterUseAttribute.CanStartUseItem(). On line 303 the m_CharacterUseAttribute.IsValid should not have `!` false check.