This commit is contained in:
JustAGenericUsername 2025-01-22 16:15:37 -05:00
commit b622ce1e5e
1 changed files with 16 additions and 0 deletions

View File

@ -2095,6 +2095,10 @@ elements.kidney = {
hitPixel.speed++
pixel.pee += 1
}
if (elements[hitPixel.element].isKidney === true && Math.random() < 0.25 && pixel.pee) {
hitPixel.pee += 1
pixel.pee -= 1
}
}
else if (pixel.pee > 4 && Math.random() > 0.95) {
if (Math.random() > 0.8) {
@ -2108,6 +2112,10 @@ elements.kidney = {
hitPixel.speed++
pixel.pee += 1
}
if (elements[hitPixel.element].isKidney === true && Math.random() < 0.25 && pixel.pee) {
hitPixel.pee += 1
pixel.pee -= 1
}
}
else if (pixel.pee > 4 && Math.random() > 0.95) {
if (Math.random() > 0.8) {
@ -2121,6 +2129,10 @@ elements.kidney = {
hitPixel.speed++
pixel.pee += 1
}
if (elements[hitPixel.element].isKidney === true && Math.random() < 0.25 && pixel.pee) {
hitPixel.pee += 1
pixel.pee -= 1
}
}
else if (pixel.pee > 4 && Math.random() > 0.95) {
if (Math.random() > 0.8) {
@ -2134,6 +2146,10 @@ elements.kidney = {
hitPixel.speed++
pixel.pee += 1
}
if (elements[hitPixel.element].isKidney === true && Math.random() < 0.25 && pixel.pee) {
hitPixel.pee += 1
pixel.pee -= 1
}
}
else if (pixel.pee > 4 && Math.random() > 0.95) {
if (Math.random() > 0.8) {