added missing hint for Reverent Hoplite

This commit is contained in:
Evan Kranzler 2020-01-02 15:12:12 -05:00
parent d919696122
commit 136c4fe55b

View file

@ -30,7 +30,7 @@ public final class ReverentHoplite extends CardImpl {
new CreateTokenEffect(
new HumanSoldierToken(), DevotionCount.W
).setText("create a number of 1/1 white Human Soldier creature tokens equal to your devotion to white")
));
).addHint(DevotionCount.W.getHint()));
}
private ReverentHoplite(final ReverentHoplite card) {