mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Palisade Giant - Fixed a bug that the replacement effect was no longer working.
This commit is contained in:
parent
d7fba16c07
commit
4353dd2ad2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue