Check static abilities when adding card to zone from nowhere (such as using Dev tools)

This commit is contained in:
drdev
2013-12-08 18:47:31 +00:00
parent 61fe9f2282
commit cdf1b44cb0

View File

@@ -128,6 +128,7 @@ public class GameAction {
}
if (zoneFrom == null && !c.isToken()) {
zoneTo.add(c, position);
checkStaticAbilities();
game.fireEvent(new GameEventCardChangeZone(c, zoneFrom, zoneTo));
return c;
}