* Hushwing Gryff - Added a message to game log if he supresses a triggered effect and activated log message output.

This commit is contained in:
LevelX2 2014-08-14 00:03:42 +02:00
parent 12a88f1a43
commit 3ea167857c

View file

@ -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";
}