mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Some lightmode style fixes
This commit is contained in:
parent
51f9b5d5c1
commit
2608b6dd38
7 changed files with 71 additions and 14 deletions
|
|
@ -42,7 +42,7 @@ export default class OwnershipSelection extends HandlebarsApplicationMixin(Appli
|
|||
const user = game.users.get(x);
|
||||
if (!user.isGM) {
|
||||
acc[x] = {
|
||||
img: user.character?.img,
|
||||
img: user.character?.img ?? 'icons/svg/cowled.svg',
|
||||
name: user.name,
|
||||
ownership: this.ownership.players[x].value
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue