Commit a78a038b authored by mercury233's avatar mercury233 Committed by GitHub

fix 黒魔術の秘儀

parent 9917d70e
......@@ -55,11 +55,11 @@ function c59514116.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
e:SetLabel(s)
if s==0 then
local cat=e:GetCategory()
e:SetCategory(bit.bor(cat,CATEGORY_FUSION_SUMMON))
e:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
end
if s==1 then
e:SetCategory(CATEGORY_SPECIAL_SUMMON)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
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