Some changes to user / session / chat / tournament handling (not all tested yet).

This commit is contained in:
LevelX2 2014-08-28 17:18:36 +02:00
parent e8cfb2231c
commit d3a2ba683c
13 changed files with 105 additions and 86 deletions

View file

@ -67,9 +67,6 @@ public class CandelabraOfTawnos extends CardImpl {
}
}
class CandelabraOfTawnosAbility extends ActivatedAbilityImpl implements AdjustingSourceCosts{
public CandelabraOfTawnosAbility(){
super(Zone.BATTLEFIELD, new UntapTargetEffect(), new TapSourceCost());
@ -109,10 +106,5 @@ class CandelabraOfTawnosAbility extends ActivatedAbilityImpl implements Adjustin
public String getRule(String source) {
return "{X}, {T}: Untap X target lands";
}
}
}