forked from External/mage
Altered ego X value should be separate
This commit is contained in:
parent
18600a53a9
commit
177f72c8d8
4 changed files with 41 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue