Merge branch 'professorbunbury-sw5e' of https://github.com/unrealkakeman89/sw5e into professorbunbury-sw5e

This commit is contained in:
Professor Bunbury 2020-12-15 18:23:01 -05:00
commit ebd22fb58b
9 changed files with 17 additions and 836 deletions

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});
}
}
}