()
| 1062 | } |
| 1063 | |
| 1064 | public final boolean isImmutable() { |
| 1065 | return this.gamePieceType == GamePieceType.EFFECT; |
| 1066 | } |
| 1067 | |
| 1068 | public final boolean isInAlternateState() { |
| 1069 | return currentStateName != CardStateName.Original; |
no outgoing calls
no test coverage detected