mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
[TPR] Fixed Soltari Guerillas.
This commit is contained in:
parent
f00e1da166
commit
0eecbad208
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class SoltariGuerrillasReplacementEffect extends PreventionEffectImpl {
|
|||
|
||||
@Override
|
||||
public boolean checksEventType(GameEvent event, Game game) {
|
||||
return event.getType().equals(GameEvent.EventType.DAMAGED_PLAYER);
|
||||
return event.getType() == GameEvent.EventType.DAMAGE_PLAYER;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue