Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Factor in talent options... somehow #18

Closed
todo bot opened this issue Sep 10, 2019 · 0 comments
Closed

Factor in talent options... somehow #18

todo bot opened this issue Sep 10, 2019 · 0 comments
Assignees
Labels
components/wizard Changes to the character creation wizard todo 🗒️ Something was left undone!
Milestone

Comments

@todo
Copy link

todo bot commented Sep 10, 2019

// TODO: Factor in talent options... somehow
Object.values(this.dChar.talents)
.map(t => t.rank)
.reduce((t, v) => t + v, 0)
);
},


This issue was generated by todo based on a TODO comment in 58afd0f. It's been assigned to @thislooksfun because they committed the code.
@todo todo bot added the todo 🗒️ Something was left undone! label Sep 10, 2019
@thislooksfun thislooksfun added this to the Beta release milestone Sep 10, 2019
thislooksfun added a commit that referenced this issue Oct 6, 2019
thislooksfun added a commit that referenced this issue Oct 18, 2019
@thislooksfun thislooksfun added components/wizard Changes to the character creation wizard and removed New Character Wizard labels Nov 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
components/wizard Changes to the character creation wizard todo 🗒️ Something was left undone!
Projects
None yet
Development

No branches or pull requests

1 participant