mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed Cascade AI not setting activating player.
This commit is contained in:
@@ -178,6 +178,7 @@ public final class GameActionUtil {
|
||||
final List<SpellAbility> choices = cascadedCard.getBasicSpells();
|
||||
|
||||
for (final SpellAbility sa : choices) {
|
||||
sa.setActivatingPlayer(p);
|
||||
//Spells
|
||||
if (sa instanceof Spell) {
|
||||
Spell spell = (Spell) sa;
|
||||
|
||||
Reference in New Issue
Block a user