Remove test code

This commit is contained in:
Carlos Fernandez 2026-07-20 20:07:44 -04:00
parent 4480d5dabd
commit f33336723f

View file

@ -75,8 +75,7 @@ export default class DHAttackAction extends DHDamageAction {
game.dice3d.showForRoll(roll, game.user, true); game.dice3d.showForRoll(roll, game.user, true);
} }
const needsToReload = true; const needsToReload = roll.total === 1;
// const needsToReload = roll.total === 1;
if (needsToReload) { if (needsToReload) {
this.item.update({ 'system.resource.value': 0 }); this.item.update({ 'system.resource.value': 0 });
} }