mirror of
https://github.com/correl/mage.git
synced 2025-03-31 01:07:39 -09:00
[NPH] fixed Phyrexian Unlife not adding poison counters (fixes #7696)
This commit is contained in:
parent
4cd50cf4e8
commit
c842fd271c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class PhyrexianUnlifeEffect extends ReplacementEffectImpl {
|
|||
@Override
|
||||
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
||||
((DamageEvent) event).setAsThoughInfect(true);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue