- Fix for Ripple not setting activating player

- Convert Force of Will to AFs
This commit is contained in:
jendave
2011-08-06 17:15:16 +00:00
parent d035ab210d
commit c9320970c6
4 changed files with 6 additions and 116 deletions

View File

@@ -2772,6 +2772,9 @@ public class GameAction {
if(sa == null) return;
// Ripple causes a crash because it doesn't set the activatingPlayer in this entrance
if (sa.getActivatingPlayer() == null)
sa.setActivatingPlayer(AllZone.HumanPlayer);
playSpellAbilityForFree(sa);
}