mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed Equip text
This commit is contained in:
parent
357dce9039
commit
fb4c0ceccf
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class EquipAbility extends ActivatedAbilityImpl<EquipAbility> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return "Equip" + super.getRule();
|
return "Equip " + costs.getText();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue