mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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…
Reference in a new issue