mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08: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
|
||||
public String getRule() {
|
||||
return "Equip" + super.getRule();
|
||||
return "Equip " + costs.getText();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue