mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Choice of Damnations
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user