mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
add working buttons and fix no token selected localization
This commit is contained in:
parent
c8d2429b53
commit
e4fa33082e
8 changed files with 97 additions and 107 deletions
|
|
@ -111,7 +111,7 @@ export const getCommandTarget = () => {
|
|||
}
|
||||
}
|
||||
if (!target) {
|
||||
ui.notifications.error(game.i18n.localize('DAGGERHEART.UI.Notifications.noSelectedToken'));
|
||||
ui.notifications.error(game.i18n.localize('DAGGERHEART.UI.Notifications.noTokenSelected'));
|
||||
return null;
|
||||
}
|
||||
if (target.type !== 'character') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue