mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[MKC] Implement Ransom Note
This commit is contained in:
parent
bc087bfb68
commit
138cd78f98
3 changed files with 60 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ public class ManifestEffect extends OneShotEffect {
|
|||
this(amount, isPlural, false);
|
||||
}
|
||||
|
||||
private ManifestEffect(DynamicValue amount, boolean isPlural, boolean cloakNotManifest) {
|
||||
public ManifestEffect(DynamicValue amount, boolean isPlural, boolean cloakNotManifest) {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
this.amount = amount;
|
||||
this.isPlural = isPlural;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue