This commit is contained in:
2022-08-31 22:46:19 +02:00
parent eeb0a906e7
commit 36b905134e
3 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ export class BoLActor extends Actor {
if (this.type === 'character') {
return 'player'
}
return 'tough'
return this.system.chartype
}
/* -------------------------------------------- */
getVillainy() {