@slot-engine/core 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3574,12 +3574,6 @@ var GeneratedReelSet = class extends ReelSet {
|
|
|
3574
3574
|
chosenSymbolId = prevSymbol.id;
|
|
3575
3575
|
}
|
|
3576
3576
|
}
|
|
3577
|
-
if (this.preferStackedSymbols && reel.length > 0) {
|
|
3578
|
-
const prevSymbol = r - 1 >= 0 ? reel[r - 1] : reel[reel.length - 1];
|
|
3579
|
-
if (Math.round(this.rng.randomFloat(1, 100)) <= this.preferStackedSymbols && (!this.spaceBetweenSameSymbols || !this.violatesSpacing(reel, prevSymbol.id, r))) {
|
|
3580
|
-
chosenSymbolId = prevSymbol.id;
|
|
3581
|
-
}
|
|
3582
|
-
}
|
|
3583
3577
|
const stackCfg = this.resolveStacking(chosenSymbolId, ridx);
|
|
3584
3578
|
if (stackCfg && this.isSymbolAllowedOnReel(chosenSymbolId, ridx)) {
|
|
3585
3579
|
const roll = Math.round(this.rng.randomFloat(1, 100));
|