[FIN] Implement Instant Ramen

This commit is contained in:
theelk801 2025-05-16 14:00:38 -04:00
parent 2ea3278bdd
commit 94e579543c
17 changed files with 62 additions and 19 deletions

View file

@ -15,7 +15,7 @@ public final class FoodToken extends TokenImpl {
cardType.add(CardType.ARTIFACT);
subtype.add(SubType.FOOD);
this.addAbility(new FoodAbility(false));
this.addAbility(new FoodAbility());
}
private FoodToken(final FoodToken token) {