mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Removed more garbage
This commit is contained in:
parent
6e885a8314
commit
4f373ad41a
1 changed files with 0 additions and 9 deletions
|
@ -113,15 +113,6 @@ class GeneralsRegaliaEffect extends RedirectionEffect {
|
|||
}
|
||||
this.redirectTarget = source.getTargets().get(0);
|
||||
|
||||
// check target
|
||||
// check permanent first
|
||||
//~ Permanent permanent = game.getPermanent(event.getTargetId());
|
||||
//~ if (permanent != null) {
|
||||
//~ if (permanent.getControllerId().equals(source.getControllerId())) {
|
||||
//~ // it's your permanent
|
||||
//~ return true;
|
||||
//~ }
|
||||
//~ }
|
||||
// check player
|
||||
Player player = game.getPlayer(event.getTargetId());
|
||||
if (player != null) {
|
||||
|
|
Loading…
Reference in a new issue