updated Adventure constructor

This commit is contained in:
Evan Kranzler 2019-09-05 21:54:52 -04:00
parent d792d3dd92
commit cf59a151c8
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ public abstract class AdventureCard extends CardImpl {
protected SpellAbility adventureSpellAbility = new SpellAbility(null, null);
public AdventureCard(UUID ownerId, CardSetInfo setInfo, CardType[] typesLeft, CardType[] typesRight, String costsLeft, String costsRight) {
public AdventureCard(UUID ownerId, CardSetInfo setInfo, CardType[] typesLeft, CardType[] typesRight, String costsLeft, String adventureName, String costsRight) {
super(ownerId, setInfo, typesLeft, costsLeft);
}