Compare commits
2 Commits
24945a4acb
...
fea7017fe9
| Author | SHA1 | Date |
|---|---|---|
|
|
fea7017fe9 | |
|
|
6f0ba8e1e3 |
|
|
@ -183,7 +183,7 @@ export class TalentDialog extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
|
|
||||||
mods?.forEach(mod => {
|
mods?.forEach(mod => {
|
||||||
|
|
||||||
if (mod.talent === adv.name) {
|
if (mod.talent === context.talent.name) {
|
||||||
context.mods.push({
|
context.mods.push({
|
||||||
name: adv.name,
|
name: adv.name,
|
||||||
value: mod.value,
|
value: mod.value,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue