MDL/ADRL fixes + MR fixes
This commit is contained in:
@@ -1937,7 +1937,7 @@ export class PegasusActor extends Actor {
|
||||
}
|
||||
let effects = this.items.filter(item => item.type == 'effect')
|
||||
for (let effect of effects) {
|
||||
if (effect.system.hindrance) {
|
||||
if (effect.system.hindrance && ( effect.system.stataffected == statKey || effect.system.stataffected == "all")) {
|
||||
hindrancesDices += effect.system.effectlevel
|
||||
if ( effect.system.oneuse) {
|
||||
effect.system.isUSed = true // Ensure deletion
|
||||
|
||||
Reference in New Issue
Block a user