mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08: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…
Add table
Add a link
Reference in a new issue