raise default random chance

This commit is contained in:
Zoey 2023-04-23 11:48:26 -07:00
parent dae8144447
commit 451fddd07a
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B

View file

@ -21,7 +21,7 @@
<label for="play-at-random">play at random</label> <label for="play-at-random">play at random</label>
</p> </p>
<p> <p>
<label>one in <input type="number" min="0" value="100" id="random-chance"> chance of playing every minute</label> <label>one in <input type="number" min="0" value="10" id="random-chance"> chance of playing every minute</label>
</p> </p>
</body> </body>