Added @Override

This commit is contained in:
marcin.sciesinski
2019-08-14 20:44:22 -07:00
parent 19a496daf7
commit d3e1030f57

View File

@@ -57,6 +57,7 @@ public class Card13_037 extends AbstractFollower {
return null;
}
@Override
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.winsSkirmish(game, effectResult, Filters.hasAttached(self))) {
OptionalTriggerAction action = new OptionalTriggerAction(self);