mirror of
https://github.com/correl/mage.git
synced 2024-12-28 03:00:10 +00:00
- Little AI fix Orim's Chant.
This commit is contained in:
parent
89f5967441
commit
095d32cb1d
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ public class OrimsChant extends CardImpl {
|
||||||
class OrimsChantCantCastEffect extends ContinuousRuleModifyingEffectImpl {
|
class OrimsChantCantCastEffect extends ContinuousRuleModifyingEffectImpl {
|
||||||
|
|
||||||
public OrimsChantCantCastEffect() {
|
public OrimsChantCantCastEffect() {
|
||||||
super(Duration.EndOfTurn, Outcome.Benefit);
|
super(Duration.EndOfTurn, Outcome.Detriment);
|
||||||
staticText = "Target player can't cast spells this turn";
|
staticText = "Target player can't cast spells this turn";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ class OrimsChantCantCastEffect extends ContinuousRuleModifyingEffectImpl {
|
||||||
class OrimsChantEffect extends OneShotEffect {
|
class OrimsChantEffect extends OneShotEffect {
|
||||||
|
|
||||||
public OrimsChantEffect() {
|
public OrimsChantEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Detriment);
|
||||||
this.staticText = "If {this} was kicked, creatures can't attack this turn";
|
this.staticText = "If {this} was kicked, creatures can't attack this turn";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue