Simplified playing event action.

This commit is contained in:
marcins78@gmail.com
2011-10-29 14:00:42 +00:00
parent 7e7e52b283
commit 5889491a9a

View File

@@ -89,7 +89,6 @@ public class PlayEventAction extends AbstractCostToEffectAction {
if (cost != null)
return cost;
if (!_cardPlayed) {
if (_eventPlayed.getZone() != null)
game.getGameState().removeCardsFromZone(_eventPlayed.getOwner(), Collections.singleton(_eventPlayed));