Commit 2ab27976 authored by mercury233's avatar mercury233 Committed by GitHub

fix マジシャンズ・ソウルズ

parent cf96f603
...@@ -3,7 +3,6 @@ function c97631303.initial_effect(c) ...@@ -3,7 +3,6 @@ function c97631303.initial_effect(c)
aux.AddCodeList(c,46986414,38033121) aux.AddCodeList(c,46986414,38033121)
--spsummon --spsummon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_GRAVE_SPSUMMON)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,97631303) e1:SetCountLimit(1,97631303)
...@@ -46,8 +45,10 @@ function c97631303.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -46,8 +45,10 @@ function c97631303.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
e:SetLabel(s) e:SetLabel(s)
if s==0 then if s==0 then
e:SetCategory(CATEGORY_SPECIAL_SUMMON)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0)
else else
e:SetCategory(CATEGORY_TOGRAVE+CATEGORY_SPECIAL_SUMMON+CATEGORY_GRAVE_SPSUMMON)
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,c,1,0,0) Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,c,1,0,0)
end end
end end
......
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