mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Merge origin/master
This commit is contained in:
commit
91efa42d0d
6 changed files with 323 additions and 2 deletions
|
|
@ -407,7 +407,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
if (!game.isSimulation()) {
|
||||
// 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);
|
||||
}
|
||||
if (variableManaCost != null) {
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ public enum CounterType {
|
|||
PRESSURE("pressure"),
|
||||
PREY("prey"),
|
||||
REPAIR("repair"),
|
||||
RUST("rust"),
|
||||
QUEST("quest"),
|
||||
SCREAM("scream"),
|
||||
SHELL("shell"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue