Commit 41258cc1 authored by Mr.Tan's avatar Mr.Tan

Fix 道化の一座『終演』

parent 95f0ae0b
Pipeline #43582 failed with stages
in 1 minute and 12 seconds
...@@ -79,9 +79,9 @@ end ...@@ -79,9 +79,9 @@ end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
if not e:IsCostChecked() then return false end if not e:IsCostChecked() then return false end
return Duel.CheckReleaseGroup(tp,s.cfilter2,1,nil,tp) return Duel.CheckReleaseGroupEx(tp,s.cfilter2,1,REASON_COST,true,e:GetHandler(),tp)
end end
local g=Duel.SelectReleaseGroup(tp,s.cfilter2,1,1,nil,tp) local g=Duel.SelectReleaseGroupEx(tp,s.cfilter2,1,1,REASON_COST,true,e:GetHandler(),tp)
e:SetLabelObject(g:GetFirst()) e:SetLabelObject(g:GetFirst())
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK+LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK+LOCATION_GRAVE)
......
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