(final Card attach, SpellAbility sa, boolean checkSBA)
| 6939 | } |
| 6940 | |
| 6941 | @Override |
| 6942 | public String cantBeAttachedMsg(final Card attach, SpellAbility sa, boolean checkSBA) { |
| 6943 | if (isPhasedOut() && !attach.isPhasedOut()) { |
| 6944 | return getDisplayName() + " is phased out"; |
| 6945 | } |
| 6946 | return super.cantBeAttachedMsg(attach, sa, checkSBA); |
| 6947 | } |
| 6948 | |
| 6949 | public final boolean canBeSacrificedBy(final SpellAbility source, final boolean effect) { |
| 6950 | if (isImmutable()) { |
no test coverage detected