forked from External/mage
Fixed wrong/miss numbers in card rules (see #10067 and prev commit)
This commit is contained in:
parent
99d1800214
commit
5c30467c48
75 changed files with 105 additions and 88 deletions
|
|
@ -88,10 +88,16 @@ public interface Target extends Serializable {
|
|||
|
||||
void updateTarget(UUID targetId, Game game);
|
||||
|
||||
/**
|
||||
* @return full description with target name, amount, etc (uses in abilities/rules/cost)
|
||||
*/
|
||||
String getDescription();
|
||||
|
||||
String getMessage();
|
||||
|
||||
/**
|
||||
* @return single target name
|
||||
*/
|
||||
String getTargetName();
|
||||
|
||||
void setTargetName(String name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue