Commit 546c8a5b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12039004.lua

parent 4eb420be
......@@ -33,7 +33,7 @@ function cm.lvcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.lvfilter,tp,LOCATION_DECK,0,1,nil,c:GetLevel()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectMatchingCard(tp,cm.lvfilter,tp,LOCATION_DECK,0,1,1,nil,c:GetLevel())
Duel.Release(g,REASON_COST)
Duel.SendtoGrave(g,REASON_RELEASE+REASON_COST)
e:SetLabel(g:GetFirst():GetLevel())
end
function cm.lvop(e,tp,eg,ep,ev,re,r,rp)
......
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