From fc28d7776ddbd52d61fe753743624c266881f250 Mon Sep 17 00:00:00 2001 From: PurpleCrowbar <26198472+PurpleCrowbar@users.noreply.github.com> Date: Sat, 5 Nov 2022 00:35:36 +0000 Subject: [PATCH] Fix build failure --- Mage.Sets/src/mage/cards/y/YotianMedic.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/y/YotianMedic.java b/Mage.Sets/src/mage/cards/y/YotianMedic.java index 56e514db08a..9abca630ed5 100644 --- a/Mage.Sets/src/mage/cards/y/YotianMedic.java +++ b/Mage.Sets/src/mage/cards/y/YotianMedic.java @@ -17,8 +17,7 @@ public final class YotianMedic extends CardImpl { public YotianMedic(UUID ownerId, CardSetInfo setInfo) { super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{W}"); - this.subtype.add(SubType.HUMAN); - this.subtype.add(SubType.SOLDIER); + this.subtype.add(SubType.HUMAN, SubType.CLERIC, SubType.SOLDIER); this.power = new MageInt(1); this.toughness = new MageInt(4);