[ZNR] Added all modal double faces cards (#7012)

This commit is contained in:
Oleg Agafonov 2020-10-01 11:08:39 +04:00
parent 70514124a6
commit a73c9bddae
77 changed files with 957 additions and 1682 deletions

View file

@ -21,8 +21,8 @@ import java.util.UUID;
*/
public abstract class ModalDoubleFacesCard extends CardImpl {
protected Card leftHalfCard;
protected Card rightHalfCard;
protected Card leftHalfCard; // main card in all zone
protected Card rightHalfCard; // second side card, can be only in stack and battlefield zones
public ModalDoubleFacesCard(UUID ownerId, CardSetInfo setInfo,
CardType[] typesLeft, SubType[] subTypesLeft, String costsLeft,