From 93428aa54e2825eb541e1f497b4037d6ddf2edea Mon Sep 17 00:00:00 2001 From: Timur Nurmagambetov <timporin@gmail.com> Date: Sun, 1 Jan 2017 20:39:44 +0600 Subject: [PATCH] mend --- Mage.Sets/src/mage/cards/a/AsylumVisitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/a/AsylumVisitor.java b/Mage.Sets/src/mage/cards/a/AsylumVisitor.java index f7363c8984..16b938057d 100644 --- a/Mage.Sets/src/mage/cards/a/AsylumVisitor.java +++ b/Mage.Sets/src/mage/cards/a/AsylumVisitor.java @@ -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."; } }