Commit ff181e7e authored by nekrozar's avatar nekrozar

fix Tyrant Farm

parent f84598e5
...@@ -30,7 +30,7 @@ function c90814668.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -30,7 +30,7 @@ function c90814668.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectReleaseGroup(tp,c90814668.cfilter,1,1,nil,e,tp) local g=Duel.SelectReleaseGroup(tp,c90814668.cfilter,1,1,nil,e,tp)
e:SetLabel(g:GetFirst():GetRank(),g:GetFirst():GetOriginalRace(),g:GetFirst():GetOriginalAttribute()) e:SetLabel(g:GetFirst():GetOriginalRace(),g:GetFirst():GetOriginalAttribute())
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,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