Update vite

This commit is contained in:
Misode
2025-01-29 23:40:35 +01:00
parent 507e37babf
commit 855f9adc32
3 changed files with 1205 additions and 642 deletions

View File

@@ -207,7 +207,7 @@ const Decorators: {
},
count_extra: (config, pos, ctx) => {
let count = config?.count ?? 1
if (ctx.nextFloat() < config.extra_chance ?? 0){
if (ctx.nextFloat() < (config.extra_chance ?? 0)){
count += config.extra_count ?? 0
}
return new Array(count).fill(pos)