1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-13 01:09:53 -09:00
This commit is contained in:
Timur Nurmagambetov 2017-01-01 20:39:44 +06:00
parent 0b5a388dbb
commit 93428aa54e

View file

@ -105,7 +105,7 @@ class AsylumVisitorTriggeredAbility extends TriggeredAbilityImpl {
@Override
public String getRule() {
return "At the beginning of each player's upkeep, if that player has no cards in hand, you draw a card and you lose 1 life";
return "At the beginning of each player's upkeep, if that player has no cards in hand, you draw a card and you lose 1 life.";
}
}