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

fix

parent b26f3513
...@@ -58,6 +58,7 @@ function c46136942.pftg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -58,6 +58,7 @@ function c46136942.pftg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
end end
function c46136942.pfop(e,tp,eg,ep,ev,re,r,rp) function c46136942.pfop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
local chkf=tp local chkf=tp
local mg1=Duel.GetFusionMaterial(tp):Filter(c46136942.pffilter1,nil,e) local mg1=Duel.GetFusionMaterial(tp):Filter(c46136942.pffilter1,nil,e)
local sg1=Duel.GetMatchingGroup(c46136942.pffilter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg1,nil,chkf) local sg1=Duel.GetMatchingGroup(c46136942.pffilter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg1,nil,chkf)
......
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