Page 1 of 1

[1.7.3] Vile Transplant transfers all, not X

Posted: Wed Jun 16, 2021 12:58 am
by Moasseman
Vile Transplant attempts to transfer all eligible debuffs instead of only up to X based on TL.

nb = nb - 1 is outside of the while loop that's responsible for going through the effects so it always goes through all of them.

Re: [1.7.3] Vile Transplant transfers all, not X

Posted: Sat Jun 19, 2021 4:26 pm
by nsrr
Moasseman wrote: Wed Jun 16, 2021 12:58 am Vile Transplant attempts to transfer all eligible debuffs instead of only up to X based on TL.

nb = nb - 1 is outside of the while loop that's responsible for going through the effects so it always goes through all of them.
Fix submitted.

MR link: https://git.net-core.org/tome/t-engine4 ... quests/753