mirror of
https://github.com/correl/mage.git
synced 2025-04-08 09:11:04 -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
|
@Override
|
||||||
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
||||||
((DamageEvent) event).setAsThoughInfect(true);
|
((DamageEvent) event).setAsThoughInfect(true);
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue