Merge branch 'Develop' into professorbunbury-sw5e

This commit is contained in:
CK 2021-04-20 23:41:51 -04:00 committed by GitHub
commit 90a45dab55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1278 additions and 949 deletions

View file

@ -65,6 +65,7 @@ export default class ActorSheet5e extends ActorSheet {
cssClass: isOwner ? "editable" : "locked",
isCharacter: this.entity.data.type === "character",
isNPC: this.entity.data.type === "npc",
isStarship: this.entity.data.type === "starship",
isVehicle: this.entity.data.type === 'vehicle',
config: CONFIG.SW5E,
};