Fix #38 - Auto set bond values

This commit is contained in:
2025-02-06 20:55:14 +01:00
parent 75a81e589b
commit 7341580a7b
9 changed files with 19 additions and 19 deletions

View File

@ -165,7 +165,6 @@ export default class CthulhuEternalProtagonist extends foundry.abstract.TypeData
}
}
isLowWP() {
return this.wp.value <= 2
}