mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
added missing hint for Reverent Hoplite
This commit is contained in:
parent
d919696122
commit
136c4fe55b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue