Commit 7aee1b05 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 暗黒界の鬼神 ケルト (#2828)

parent f9cff2af
...@@ -19,7 +19,9 @@ function c34968834.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -19,7 +19,9 @@ function c34968834.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
if rp==1-tp and tp==e:GetLabel() then if rp==1-tp and tp==e:GetLabel() then
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) e:SetCategory(CATEGORY_SPECIAL_SUMMON|CATEGORY_DECKDES)
else
e:SetCategory(CATEGORY_SPECIAL_SUMMON)
end end
end end
function c34968834.filter(c,e,tp) function c34968834.filter(c,e,tp)
......
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