forked from External/mage
Fix
This commit is contained in:
parent
e3f12c9a0c
commit
8cdbf46a54
1 changed files with 5 additions and 0 deletions
|
|
@ -24,4 +24,9 @@ public class CardsInControllerHandCount implements DynamicValue {
|
|||
public String getMessage() {
|
||||
return "card in your hand";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "1";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue