Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| this.Icon = IconFactory.CreateSkillIcon(); | ||
| this.SkillsPageIcon = IconFactory.CreatePageIcon(); | ||
| this.ExperienceBarColor = Color.HotPink; | ||
| this.ExtraLevelUpInfo = BuildExtraLevelInfo(); | ||
| this.Professions = BuildProfessions(); |
There was a problem hiding this comment.
Wire professions to level-up choices
The SpaceCore skill constructor only populates this.Professions and never registers any ProfessionsForLevels pairs. Without those mappings, SpaceCore won’t present a profession choice UI at levels 5/10 and the IDs checked throughout PetBondFeatureManager never get added to farmer.professions, so none of the profession-based buffs or jobs can ever activate when the player levels the skill.
Useful? React with 👍 / 👎.
Summary
Testing
Codex Task