From e6fd962998d7401a1ec119208e0634dd864850a7 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sat, 7 Feb 2026 19:14:50 +0100 Subject: [PATCH] fix: restricts target amount for downtime actions --- module/config/generalConfig.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/config/generalConfig.mjs b/module/config/generalConfig.mjs index ae49c73e..5e5eecfb 100644 --- a/module/config/generalConfig.mjs +++ b/module/config/generalConfig.mjs @@ -236,6 +236,7 @@ export const defaultRestOptions = { actionType: 'action', chatDisplay: false, target: { + amount: 1, type: 'friendly' }, damage: { @@ -304,6 +305,7 @@ export const defaultRestOptions = { actionType: 'action', chatDisplay: false, target: { + amount: 1, type: 'friendly' }, damage: { @@ -349,6 +351,7 @@ export const defaultRestOptions = { actionType: 'action', chatDisplay: false, target: { + amount: 1, type: 'friendly' }, damage: { @@ -417,6 +420,7 @@ export const defaultRestOptions = { actionType: 'action', chatDisplay: false, target: { + amount: 1, type: 'friendly' }, damage: {