ahegao 1.69.245 → 1.69.248
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.
|
@@ -622,7 +622,7 @@ class Lyla extends ModularTasker {
|
|
|
622
622
|
return playSound(this.BUBBY_YEEES_PATH);
|
|
623
623
|
}
|
|
624
624
|
async playMine() {
|
|
625
|
-
return (0, util_1.randomTimes)(1,
|
|
625
|
+
return (0, util_1.randomTimes)(1, 1, 0.5, async () => {
|
|
626
626
|
await playSound((0, util_1.pickRandomFileRecursive)(this.MINE_PATH));
|
|
627
627
|
await (0, util_1.waitS)((0, util_1.randomRare)(0.1, 0, 0, 10, 60));
|
|
628
628
|
});
|