Compare commits
No commits in common. "fea7017fe99f02e65ba67b6d50078b1cdbb4315b" and "24945a4acb76ab704d4200343555792acb4c7817" have entirely different histories.
fea7017fe9
...
24945a4acb
|
|
@ -183,7 +183,7 @@ export class TalentDialog extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
|
|
||||||
mods?.forEach(mod => {
|
mods?.forEach(mod => {
|
||||||
|
|
||||||
if (mod.talent === context.talent.name) {
|
if (mod.talent === adv.name) {
|
||||||
context.mods.push({
|
context.mods.push({
|
||||||
name: adv.name,
|
name: adv.name,
|
||||||
value: mod.value,
|
value: mod.value,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue