Fix to The Hobbit "Caught in a Sack"

Now properly unique
This commit is contained in:
PhallenCassidy
2018-03-11 13:16:49 -04:00
committed by GitHub
parent ddcb217a9b
commit b2703b2385

View File

@@ -36,7 +36,7 @@ import java.util.List;
*/
public class Card31_065 extends AbstractPermanent {
public Card31_065() {
super(Side.SHADOW, 2, CardType.CONDITION, Culture.GUNDABAD, Zone.SUPPORT, "Caught in a Sack");
super(Side.SHADOW, 2, CardType.CONDITION, Culture.GUNDABAD, Zone.SUPPORT, "Caught in a Sack", null, true);
}
@Override