Altered ego X value should be separate

This commit is contained in:
Steven Knipe 2023-11-16 18:21:02 -08:00
parent 18600a53a9
commit 177f72c8d8
4 changed files with 41 additions and 7 deletions

View file

@ -130,7 +130,7 @@ public class KickerAbility extends StaticAbility implements OptionalAdditionalSo
* @return
*/
public static int getKickedCounterStrict(Game game, Ability source, String needKickerCost) {
Map<String, Object> costsTags = CardUtil.getSourceCostsTags(game, source);
Map<String, Object> costsTags = CardUtil.getSourceCostsTagsMap(game, source);
if (costsTags == null) {
return 0;
}