mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
cleanup
This commit is contained in:
parent
1ba1f41fd3
commit
f11ab3b326
1 changed files with 5 additions and 0 deletions
|
@ -53,4 +53,9 @@ public class TapSourceEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getText() {
|
||||
return "tap {this}";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue