- Added Miracle Worker.

This commit is contained in:
Sloth
2011-11-03 18:55:57 +00:00
parent ae9f7ec664
commit 7f79149c81

View File

@@ -6292,8 +6292,8 @@ public class Card extends GameEntity implements Comparable<Card> {
return false;
}
String[] incR = restriction.split("\\."); // Inclusive restrictions are
// Card types
String[] incR = restriction.split("\\.",2); // Inclusive restrictions are
// Card types
if (incR[0].equals("Spell") && !isSpell()) {
return false;