- Fixed the description of the echo ability.

This commit is contained in:
Sloth
2012-01-21 12:06:43 +00:00
parent 2deda11ab9
commit af089360be

View File

@@ -193,6 +193,7 @@ public class Upkeep extends Phase implements java.io.Serializable {
}
};
sacAbility.setStackDescription(sb.toString());
sacAbility.setDescription(sb.toString());
AllZone.getStack().addSimultaneousStackEntry(sacAbility);