- Fixed a minor text bug in Wasteland / Stripmine.

This commit is contained in:
jendave
2011-08-06 03:54:27 +00:00
parent 015a97a872
commit 18b5839ba7

View File

@@ -741,7 +741,6 @@ class CardFactory_Lands {
//*************** START *********** START **************************
else if(cardName.equals("Wasteland") || cardName.equals("Strip Mine")) {
//tap sacrifice
final Ability_Tap ability = new Ability_Tap(card, "0") {