StaticAbilityContinuous

In StaticAbilityContinuous, is there a reason we call directly to CardFactoryUtil.xCount instead of using the AbilityFactory.calculateAmount wrapper?
This prevents us from using things like Remembered$CardCounters.CHARGE with the StaticEffect. I change it like this to do some testing:
Does anyone more familiar here know if this was done for a reason or if changing to calculateAmount would break other things?
Thanks,
slapshot5
This prevents us from using things like Remembered$CardCounters.CHARGE with the StaticEffect. I change it like this to do some testing:
- Code: Select all
//CardFactoryUtil.xCount(hostCard, hostCard.getSVar(setT));
AbilityFactory.calculateAmount(hostCard, setT, null);
Does anyone more familiar here know if this was done for a reason or if changing to calculateAmount would break other things?
Thanks,
slapshot5