From 198f1a6704e646ab3c0931d79775e2953a13cb86 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 27 Aug 2019 12:00:12 +0200 Subject: [PATCH] Add boosted cards --- mlp/card.go | 1 + 1 file changed, 1 insertion(+) 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