Merge branch 'Develop' into professorbunbury-sw5e

This commit is contained in:
CK 2020-12-11 13:40:18 -05:00 committed by GitHub
commit b383a5a382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 658 additions and 1473 deletions

File diff suppressed because it is too large Load diff

View file

@ -134,4 +134,5 @@ export default class ActorSheet5eNPCNew extends ActorSheet5e {
AudioHelper.play({src: CONFIG.sounds.dice});
this.actor.update({"data.attributes.hp.value": hp, "data.attributes.hp.max": hp});
}
}
}