Fixed hit dice breaking long rests
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user