Commit 2865b5cc authored by Lyris's avatar Lyris Committed by GitHub

fix "Sylvan Cherubsprout" (#1437)

Add missing category to 1st effect
parent 3b3c82ec
...@@ -5,6 +5,7 @@ function c10753491.initial_effect(c) ...@@ -5,6 +5,7 @@ function c10753491.initial_effect(c)
e1:SetDescription(aux.Stringid(10753491,0)) e1:SetDescription(aux.Stringid(10753491,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCategory(CATEGORY_DECKDES)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetTarget(c10753491.target) e1:SetTarget(c10753491.target)
e1:SetOperation(c10753491.operation) e1:SetOperation(c10753491.operation)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment