mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Furious Rise.
This commit is contained in:
parent
7d3f17d578
commit
62062367e2
3 changed files with 141 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue