mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Update probability of dui
This commit is contained in:
parent
2b199cbeba
commit
544a265e9d
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ function ParticlesCanvas() {
|
|||
}
|
||||
|
||||
// DUI easter egg
|
||||
const shouldShowFlix = Math.random() < 0.98; // 3%
|
||||
const shouldShowFlix = Math.random() < 0.08; // 8%
|
||||
if (shouldShowFlix) {
|
||||
imageOverride = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue