Implemented Furious Rise.

This commit is contained in:
LevelX2 2020-01-12 13:19:09 +01:00
parent 7d3f17d578
commit 62062367e2
3 changed files with 141 additions and 0 deletions

View file

@ -597,6 +597,10 @@ public class ContinuousEffects implements Serializable {
return asThoughEffectsList;
}
public Set<Ability> getAsThoughEffectsAbility(AsThoughEffect effect) {
return asThoughEffectsMap.get(effect.getAsThoughEffectType()).getAbility(effect.getId());
}
/**
* 601.2e The player determines the total cost of the spell. Usually this is
* just the mana cost. Some spells have additional or alternative costs.