From 3ea167857c89eda93ac01716aa8b42293753a5bd Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Thu, 14 Aug 2014 00:03:42 +0200 Subject: [PATCH] * Hushwing Gryff - Added a message to game log if he supresses a triggered effect and activated log message output. --- Mage.Sets/src/mage/sets/magic2015/HushwingGryff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/magic2015/HushwingGryff.java b/Mage.Sets/src/mage/sets/magic2015/HushwingGryff.java index 35673c4b75..58707af243 100644 --- a/Mage.Sets/src/mage/sets/magic2015/HushwingGryff.java +++ b/Mage.Sets/src/mage/sets/magic2015/HushwingGryff.java @@ -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"; }