Commit 8ea6e00c authored by salix5's avatar salix5

Merge pull request #1228 from nekrozar/patch-2

fix Great Old One Chthugha
parents 73dd108a 587bd7f8
......@@ -8,6 +8,7 @@ function c12948099.initial_effect(c)
e1:SetDescription(aux.Stringid(12948099,0))
e1:SetCategory(CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c12948099.tdcon)
e1:SetTarget(c12948099.tdtg)
......
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