Page 1 of 1

Holotarget independant targeting does not refresh properly when re-apply

Posted: Sat Mar 25, 2017 9:18 pm
by bountygiver
If you have independent targeting and use holo target on someone who is already holo targeted, you will notice that the turn remaining didn't get bump back up to 2 and it stays at 1.

This is due to an error in implementing the check for independent targeting when applying holo targeting. Where it is checked in

Code: Select all

OnEffectAdded
when the proper way to set the duration is to implement them in

Code: Select all

GetStartingNumTurns
Apperantly the effect also lacks a

Code: Select all

IsThisEffectBetterThanExistingEffect
, so if you use a higher tier holo targeter to holotarget someone marked with a lower tier holo targeter, the effect won't override.