mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Minor edits to the spReturnTgt docs that are included with the code.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user