Commit 84e1b5d8 authored by Tachibana's avatar Tachibana

eme

parent 10d29cae
Pipeline #5833 passed with stages
in 26 minutes and 3 seconds
......@@ -31,7 +31,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,cm.filter,1,nil,e,tp,true) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectReleaseGroup(tp,cm.filter,1,1,nil,e,tp,true)
if (g:GetFirst():IsAttack(2200) and g:GetFirst():IsDefense(600)) then e:SetLabel(100,1) end
if (g:GetFirst():IsAttack(2200) and g:GetFirst():IsDefense(700)) then e:SetLabel(100,1) end
Duel.Release(g,REASON_COST)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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