Compare commits

..

No commits in common. "8d8fa983ef18863c21882b963de97d4ac865cd47" and "394d1d338d3cd0e6b6e2445233a28e0d34752f57" have entirely different histories.

View file

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