forked from External/mage
Added CompoundCondition, AttachedToTappedCondition and EquipmentAttachedCondition.
This commit is contained in:
parent
176c2a76b4
commit
b7c45a7090
9 changed files with 202 additions and 12 deletions
|
|
@ -436,7 +436,7 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
public Permanent getPermanent(UUID permanentId) {
|
||||
if (permanentId != null && battlefield.containsPermanent(permanentId)) {
|
||||
Permanent permanent = battlefield.getPermanent(permanentId);
|
||||
setZone(permanent.getId(), Zone.BATTLEFIELD);
|
||||
setZone(permanent.getId(), Zone.BATTLEFIELD); // shouldn't this be set anyway? (LevelX2)
|
||||
return permanent;
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue