mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fixed typos
This commit is contained in:
parent
2197fe2bcd
commit
101cb304fb
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ public abstract class AbilityImpl implements Ability {
|
||||||
}
|
}
|
||||||
if (!game.isSimulation()) {
|
if (!game.isSimulation()) {
|
||||||
// inform about x costs now, so canceled announcements are not shown in the log
|
// inform about x costs now, so canceled announcements are not shown in the log
|
||||||
if (announceString != null) {
|
if ((announceString != null) && (!announceString.equals(""))) {
|
||||||
game.informPlayers(announceString);
|
game.informPlayers(announceString);
|
||||||
}
|
}
|
||||||
if (variableManaCost != null) {
|
if (variableManaCost != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue