()
| 95 | public void resetMaxDistinctSources() { maxDistinctSources = 0; } |
| 96 | |
| 97 | public final void reset() { |
| 98 | clear(); |
| 99 | simultaneousStackEntryList.clear(); |
| 100 | frozen = false; |
| 101 | primaryAbility = null; |
| 102 | lastTurnCast.clear(); |
| 103 | thisTurnCast.clear(); |
| 104 | curResolvingCard = null; |
| 105 | frozenStack.clear(); |
| 106 | clearUndoStack(); |
| 107 | game.updateStackForView(); |
| 108 | } |
| 109 | |
| 110 | public final boolean isSplitSecondOnStack() { |
| 111 | for (SpellAbilityStackInstance si : stack) { |
nothing calls this directly
no test coverage detected