[ZNR] Implemented Phylath, World Sculptor

This commit is contained in:
Evan Kranzler 2020-09-06 21:11:00 -04:00
parent 8c5696019a
commit a15249f5d1
3 changed files with 66 additions and 1 deletions

View file

@ -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));
}