Commit 955fe4bf authored by nekrozar's avatar nekrozar

fix

parent 73126474
...@@ -30,6 +30,7 @@ function c23558733.initial_effect(c) ...@@ -30,6 +30,7 @@ function c23558733.initial_effect(c)
e4:SetCategory(CATEGORY_SPECIAL_SUMMON) e4:SetCategory(CATEGORY_SPECIAL_SUMMON)
e4:SetCode(EVENT_PHASE+PHASE_END) e4:SetCode(EVENT_PHASE+PHASE_END)
e4:SetRange(LOCATION_GRAVE) e4:SetRange(LOCATION_GRAVE)
e4:SetCountLimit(1)
e4:SetCondition(c23558733.spcon) e4:SetCondition(c23558733.spcon)
e4:SetCost(c23558733.spcost) e4:SetCost(c23558733.spcost)
e4:SetTarget(c23558733.sptg) e4:SetTarget(c23558733.sptg)
......
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