Merge origin/master

This commit is contained in:
LevelX2 2017-12-28 12:57:53 +01:00
commit 91efa42d0d
6 changed files with 323 additions and 2 deletions

View file

@ -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) {

View file

@ -109,6 +109,7 @@ public enum CounterType {
PRESSURE("pressure"),
PREY("prey"),
REPAIR("repair"),
RUST("rust"),
QUEST("quest"),
SCREAM("scream"),
SHELL("shell"),