mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fixed using the fog effect on "about to die" Spike Weaver
This commit is contained in:
@@ -34,7 +34,7 @@ public class FogAi extends SpellAbilityAi {
|
||||
(!game.getPhaseHandler().isPlayerTurn(sa.getActivatingPlayer()))
|
||||
) {
|
||||
final List<GameObject> objects = ComputerUtil
|
||||
.predictThreatenedObjects(ai, sa);
|
||||
.predictThreatenedObjects(ai, null);
|
||||
if (objects.contains(hostCard)) {
|
||||
AiCardMemory.clearMemorySet(ai, AiCardMemory.MemorySet.HELD_MANA_SOURCES_FOR_ENEMY_DECLBLK);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user