- Added Choice of Damnations

This commit is contained in:
swordshine
2014-03-04 04:52:31 +00:00
parent 6323462350
commit d53cc62788
6 changed files with 66 additions and 9 deletions

View File

@@ -56,6 +56,9 @@ public class ChooseNumberEffect extends SpellAbilityEffect {
// don't notify here, because most scripts I've seen don't store that number in a long term
}
card.setChosenNumber(chosen);
if (sa.hasParam("Notify")) {
p.getGame().getAction().nofityOfValue(sa, card, p.getName() + " picked " + chosen, p);
}
}
}
}