Commit 7afe677d authored by mercury233's avatar mercury233

fix

parent 3d1c0cee
...@@ -71,6 +71,7 @@ function c32104431.fusiontg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -71,6 +71,7 @@ function c32104431.fusiontg(e,tp,eg,ep,ev,re,r,rp,chk)
return res return res
end end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,tp,LOCATION_GRAVE)
end end
function c32104431.fusionop(e,tp,eg,ep,ev,re,r,rp) function c32104431.fusionop(e,tp,eg,ep,ev,re,r,rp)
local chkf=tp local chkf=tp
......
...@@ -83,6 +83,7 @@ function c59123937.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -83,6 +83,7 @@ function c59123937.target(e,tp,eg,ep,ev,re,r,rp,chk)
return res return res
end end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,c,1,tp,LOCATION_GRAVE)
end end
function c59123937.operation(e,tp,eg,ep,ev,re,r,rp) function c59123937.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -39,6 +39,7 @@ function c72291412.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -39,6 +39,7 @@ function c72291412.target(e,tp,eg,ep,ev,re,r,rp,chk)
return res return res
end end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,c,1,tp,LOCATION_GRAVE)
end end
function c72291412.operation(e,tp,eg,ep,ev,re,r,rp) function c72291412.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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