mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
fixed banding lands text
This commit is contained in:
parent
ef0d2151d8
commit
0f5d025699
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ public class BandsWithOtherAbility extends StaticAbility {
|
|||
if (subtype != null) {
|
||||
return sb.append(' ').append(subtype.getDescription()).append('s').toString();
|
||||
} else if (supertype != null) {
|
||||
return sb.append(' ').append(supertype.toString()).append(" creatures").toString();
|
||||
return sb.append(' ').append(supertype.toString().toLowerCase()).append(" creatures").toString();
|
||||
} else if (bandingName != null) {
|
||||
return sb.append(" creatures named ").append(bandingName).toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue