fixes modding of a talent by specialability and advantage
parent
2c5965bd3b
commit
6f0ba8e1e3
|
|
@ -183,7 +183,7 @@ export class TalentDialog extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
|
||||
mods?.forEach(mod => {
|
||||
|
||||
if (mod.talent === adv.name) {
|
||||
if (mod.talent === context.talent.name) {
|
||||
context.mods.push({
|
||||
name: adv.name,
|
||||
value: mod.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue