mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Hushwing Gryff - Added a message to game log if he supresses a triggered effect and activated log message output.
This commit is contained in:
parent
12a88f1a43
commit
3ea167857c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class HushwingGryff extends CardImpl {
|
|||
class HushwingGryffEffect extends ContinuousRuleModifiyingEffectImpl {
|
||||
|
||||
HushwingGryffEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Detriment, false, false);
|
||||
super(Duration.WhileOnBattlefield, Outcome.Detriment, false, true);
|
||||
staticText = "Creatures entering the battlefield don't cause abilities to trigger";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue