From 825df6fc0f9f38797d5ce93db65c94e93070944f Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 09:05:17 +0000 Subject: [PATCH] - Minor edits to the spReturnTgt docs that are included with the code. --- src/forge/CardFactory.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 1a6af171389..d29aca433cd 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -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;