Hopefuly fixed the Silinde and other allies...
This commit is contained in:
@@ -73,7 +73,7 @@ public class Card1_060 extends AbstractAlly {
|
||||
|
||||
@Override
|
||||
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||
if (PlayConditions.played(game, effectResult, Filters.siteNumber(3)))
|
||||
if (PlayConditions.played(game, effectResult, CardType.SITE, Filters.siteNumber(3)))
|
||||
game.getGameState().reapplyAffectingForCard(game, self);
|
||||
|
||||
LotroCardBlueprint copied = getCopied(game, self);
|
||||
|
||||
@@ -73,7 +73,7 @@ public class Card1_067 extends AbstractAlly {
|
||||
|
||||
@Override
|
||||
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||
if (PlayConditions.played(game, effectResult, Filters.siteNumber(6)))
|
||||
if (PlayConditions.played(game, effectResult, CardType.SITE, Filters.siteNumber(6)))
|
||||
game.getGameState().reapplyAffectingForCard(game, self);
|
||||
|
||||
LotroCardBlueprint copied = getCopied(game, self);
|
||||
|
||||
@@ -75,7 +75,7 @@ public class Card1_295 extends AbstractAlly {
|
||||
|
||||
@Override
|
||||
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||
if (PlayConditions.played(game, effectResult, Filters.siteNumber(1)))
|
||||
if (PlayConditions.played(game, effectResult, CardType.SITE, Filters.siteNumber(1)))
|
||||
game.getGameState().reapplyAffectingForCard(game, self);
|
||||
|
||||
LotroCardBlueprint copied = getCopied(game, self);
|
||||
|
||||
Reference in New Issue
Block a user