mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Torpor Orb - deactivated log messages for every replacement.
This commit is contained in:
parent
130da71d45
commit
1f7ce0f806
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class TorporOrb extends CardImpl {
|
|||
class TorporOrbEffect extends ContinuousRuleModifiyingEffectImpl {
|
||||
|
||||
TorporOrbEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Detriment, false, true);
|
||||
super(Duration.WhileOnBattlefield, Outcome.Detriment, false, false);
|
||||
staticText = "Creatures entering the battlefield don't cause abilities to trigger";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue