mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +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 {
|
||||
|
||||
public OrimsChantCantCastEffect() {
|
||||
super(Duration.EndOfTurn, Outcome.Benefit);
|
||||
super(Duration.EndOfTurn, Outcome.Detriment);
|
||||
staticText = "Target player can't cast spells this turn";
|
||||
}
|
||||
|
||||
|
@ -106,7 +106,7 @@ class OrimsChantCantCastEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
class OrimsChantEffect extends OneShotEffect {
|
||||
|
||||
public OrimsChantEffect() {
|
||||
super(Outcome.Benefit);
|
||||
super(Outcome.Detriment);
|
||||
this.staticText = "If {this} was kicked, creatures can't attack this turn";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue