mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
the if-else if chain was broken in CardFactory_Equipment.java This fixes that in one spot.
This commit is contained in:
@@ -295,7 +295,7 @@ class CardFactory_Equipment {
|
|||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** 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.
|
* Equipped creature gets +X/+X, where X is its converted mana cost.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user