mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
updated Adventure constructor
This commit is contained in:
parent
d792d3dd92
commit
cf59a151c8
6 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue