mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Fixed so multiclasses do not gain the hope feature for the class
This commit is contained in:
parent
908bc25579
commit
e6a855b3da
1 changed files with 1 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ export default class DhpActor extends Actor {
|
||||||
...multiclassData,
|
...multiclassData,
|
||||||
system: {
|
system: {
|
||||||
...multiclassData.system,
|
...multiclassData.system,
|
||||||
|
features: multiclassData.system.features.filter(x => x.type !== 'hope'),
|
||||||
domains: [multiclass.secondaryData.domain],
|
domains: [multiclass.secondaryData.domain],
|
||||||
isMulticlass: true
|
isMulticlass: true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue