Fixed hit dice breaking long rests

This commit is contained in:
Stefan Zermatten
2021-01-31 19:45:14 +02:00
parent e14e875c42
commit e7a27e4b83

View File

@@ -82,7 +82,7 @@ const restCreature = new ValidatedMethod({
damage: 1,
value: 1,
}
});
}).fetch();
// Use a collator to do sorting in natural order
let collator = new Intl.Collator('en', {
numeric: true, sensitivity: 'base'