diff --git a/mlp/card.go b/mlp/card.go index a1bc9c0..ea70d75 100644 --- a/mlp/card.go +++ b/mlp/card.go @@ -24,6 +24,7 @@ type Card struct { ProblemBonus *int `json:",omitempty"` ProblemOpponentPower int `json:",omitempty"` ProblemRequirement PowerRequirement `json:",omitempty"` + Boosted *Card `json:",omitempty"` } // ToDraftCard converts cards to draft.Card