Commit d897fb7a authored by GuGu's avatar GuGu

Update c22028.lua

parent 0f5ac67b
Pipeline #40086 passed with stage
in 26 seconds
......@@ -62,7 +62,7 @@ end
function c22028.atop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local g=Duel.SelectMatchingCard(tp,c22028.filter1,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil,e:GetHandler())
Duel.Destroy(g,REASON_COST)
Duel.Destroy(g,REASON_ACTION)
end
function c22028.descost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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