Commit b330fc43 authored by wind2009's avatar wind2009

Fix 融合募兵

parent ce7f5e35
Pipeline #38976 canceled with stages
in 2 minutes and 3 seconds
...@@ -37,7 +37,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -37,7 +37,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local tc=og:Filter(aux.NOT(Card.IsType),nil,TYPE_FUSION):GetFirst() local tc=og:Filter(aux.NOT(Card.IsType),nil,TYPE_FUSION):GetFirst()
Duel.SetTargetCard(tc) Duel.SetTargetCard(tc)
local fc=og:Filter(aux.TRUE,tc):GetFirst() local fc=og:Filter(aux.TRUE,tc):GetFirst()
Duel.SetLabelObject(fc) e:SetLabelObject(fc)
og:DeleteGroup() og:DeleteGroup()
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK+LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK+LOCATION_GRAVE)
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