mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
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…
Reference in a new issue