- Minor edits to the spReturnTgt docs that are included with the code.

This commit is contained in:
jendave
2011-08-06 09:05:17 +00:00
parent 5036c3360e
commit 825df6fc0f

View File

@@ -3648,7 +3648,9 @@ public class CardFactory implements NewConstants {
/**
* Generic return target card(s) from graveyard to Hand or Battlefield cards
* spReturnTgt:{Num Cards/Parameters}:{Type}:{To Zone}:{DrawBack}
* spReturnTgt:{Num Cards/Parameters}:{Type}:{To Zone}:{DrawBack}:{Spell Desc}
*
* DrawBack and Buyback is not yet implemented.
*/
if (hasKeyword(card, "spReturnTgt") != -1) {
int n = hasKeyword(card, "spReturnTgt");
@@ -3846,9 +3848,6 @@ public class CardFactory implements NewConstants {
}// getGraveyardList()
};// spRtrnTgt
// We have a null bug in here for the card Urborg Uprising. I am not sure
// how to fix it at this time. The card now has a note about this bug.
Input target = new Input() {
private static final long serialVersionUID = 816838038180106359L;