forked from External/mage
fix granted ability text on Blazing Torch
This commit is contained in:
parent
f6faad4c7b
commit
fe4ddc8d74
1 changed files with 1 additions and 1 deletions
|
|
@ -107,6 +107,6 @@ class BlazingTorchEffect extends OneShotEffect {
|
|||
if (object instanceof Permanent) {
|
||||
name = ((Permanent) object).getName();
|
||||
}
|
||||
return name + "deals 2 damage to target any target.";
|
||||
return name + " deals 2 damage to target any target.";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue