Merge branch 'main' into v14-Dev

This commit is contained in:
WBHarry 2026-03-27 08:27:37 +01:00
commit 8d8fa983ef

View file

@ -39,12 +39,7 @@ export const registerKeyBindings = () => {
name: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.name'),
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.hint'),
uneditable: [],
editable: [
{
key: 's',
modifiers: []
}
],
editable: [],
onDown: game.system.api.macros.spotlightCombatant,
onUp: () => {},
restricted: true,