* Palisade Giant - Fixed a bug that the replacement effect was no longer working.

This commit is contained in:
LevelX2 2015-01-08 18:40:26 +01:00
parent d7fba16c07
commit 4353dd2ad2

View file

@ -106,8 +106,8 @@ class PalisadeGiantReplacementEffect extends ReplacementEffectImpl {
@Override
public boolean checksEventType(GameEvent event, Game game) {
switch(event.getType()) {
case DAMAGED_CREATURE:
case DAMAGED_PLAYER:
case DAMAGE_CREATURE:
case DAMAGE_PLAYER:
case DAMAGE_PLANESWALKER:
return true;
default: