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

minor fix 天雷震龍-サンダー・ドラゴン

parent 9413f9b7
...@@ -67,6 +67,7 @@ end ...@@ -67,6 +67,7 @@ end
function c5206415.etcost(e,tp,eg,ep,ev,re,r,rp,chk) function c5206415.etcost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(Card.IsAbleToRemoveAsCost,tp,LOCATION_GRAVE,0,nil) local g=Duel.GetMatchingGroup(Card.IsAbleToRemoveAsCost,tp,LOCATION_GRAVE,0,nil)
if chk==0 then return g:CheckSubGroup(c5206415.fselect,2,2) end if chk==0 then return g:CheckSubGroup(c5206415.fselect,2,2) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local rg=g:SelectSubGroup(tp,c5206415.fselect,false,2,2) local rg=g:SelectSubGroup(tp,c5206415.fselect,false,2,2)
Duel.Remove(rg,POS_FACEUP,REASON_COST) Duel.Remove(rg,POS_FACEUP,REASON_COST)
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