Fixed Downtime armor repair

This commit is contained in:
WBHarry 2026-03-15 22:43:27 +01:00
parent 7a8591bb1b
commit ade6dde5bb

View file

@ -203,7 +203,7 @@ export default class DhpDowntime extends HandlebarsApplicationMixin(ApplicationV
const msg = {
user: game.user.id,
system: {
moves: moves,
moves: moves.map(move => ({ ...move, actions: Array.from(move.actions) })),
actor: this.actor.uuid
},
speaker: cls.getSpeaker(),