[1.7.3] Vile Transplant transfers all, not X

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Moasseman
Archmage
Posts: 357
Joined: Thu Sep 26, 2019 4:32 pm

[1.7.3] Vile Transplant transfers all, not X

#1 Post 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.
Friendly Neighbourhood Moderator, moan at me for a teleport if ya get stuck.

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

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

#2 Post 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

Post Reply