mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
[ZNR] Implemented Phylath, World Sculptor
This commit is contained in:
parent
8c5696019a
commit
a15249f5d1
3 changed files with 66 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
private UUID lastAddedTokenId;
|
||||
private List<UUID> lastAddedTokenIds = new ArrayList<>();
|
||||
|
||||
public CreateTokenEffect(Token token) {
|
||||
publicCreateTokenEffect(Token token) {
|
||||
this(token, StaticValue.get(1));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue