(final boolean plotted)
| 6646 | return this.plotted; |
| 6647 | } |
| 6648 | public final boolean setPlotted(final boolean plotted) { |
| 6649 | this.plotted = plotted; |
| 6650 | if (plotted == true && !isLKI()) { |
| 6651 | final Map<AbilityKey, Object> runParams = AbilityKey.mapFromCard(this); |
| 6652 | game.getTriggerHandler().runTrigger(TriggerType.BecomesPlotted, runParams, false); |
| 6653 | } |
| 6654 | return true; |
| 6655 | } |
| 6656 | |
| 6657 | public boolean isForetoldCostByEffect() { |
| 6658 | return foretoldCostByEffect; |
no test coverage detected