the if-else if chain was broken in CardFactory_Equipment.java This fixes that in one spot.

This commit is contained in:
jendave
2011-08-06 12:24:10 +00:00
parent 207a87bdf7
commit 4b10663f48

View File

@@ -295,7 +295,7 @@ class CardFactory_Equipment {
//*************** START *********** START **************************
if(cardName.equals("Hedron Matrix")) {
else if(cardName.equals("Hedron Matrix")) {
/*
* Equipped creature gets +X/+X, where X is its converted mana cost.
*/