hotfix
This commit is contained in:
parent
2fab1b3082
commit
41781a9ccd
|
|
@ -11871,7 +11871,7 @@ if (langCode) {
|
||||||
if (r.burning2 !== undefined && Boolean(pixel2.burning) !== r.burning2) {
|
if (r.burning2 !== undefined && Boolean(pixel2.burning) !== r.burning2) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (r.charged && !pixel1.charge) {
|
if (r.charged && !(pixel1.charge || pixel2.charge)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (r.chance !== undefined && Math.random() > r.chance) {
|
if (r.chance !== undefined && Math.random() > r.chance) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue