[1.7.3] Vile Transplant transfers all, not X
Posted: 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.
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.