Some lightmode style fixes

This commit is contained in:
WBHarry 2025-06-22 01:27:15 +02:00
parent 51f9b5d5c1
commit 2608b6dd38
7 changed files with 71 additions and 14 deletions

View file

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