fix: restricts target amount for downtime actions

This commit is contained in:
alterNERDtive 2026-02-07 19:14:50 +01:00
parent c1f7866594
commit e6fd962998
No known key found for this signature in database
GPG key ID: E07E88A4921AC397

View file

@ -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: {