Reduce the amount of mmfing allowed in a row

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-11 01:34:04 -07:00
parent 2f9b0c1154
commit 73fff50a00

View File

@ -341,7 +341,7 @@ class SFXPlayer {
return;
}
else {
this.mmf_cooldown = 4;
this.mmf_cooldown = 8;
}
}