Fixed regression in applying buffs

This commit is contained in:
ThaumRystra
2024-12-01 22:10:53 +02:00
parent 75fe3e8fe2
commit e76ad64a7d
2 changed files with 9 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ const actionTestCreature = {
],
}
describe.only('Built in dice functions', function () {
describe('Built in dice functions', function () {
// Increase timeout
this.timeout(8000);