Commit f4157829 authored by Tachibana's avatar Tachibana

eme

parent 3d022be6
Pipeline #8995 passed with stages
in 25 minutes and 3 seconds
......@@ -33,15 +33,11 @@ end
--e1
function c64800100.desop(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsAbleToExtra() then
op=Duel.SelectOption(tp,aux.Stringid(64800100,0),aux.Stringid(64800100,1))
else
op=0
end
local op=Duel.SelectOption(tp,aux.Stringid(64800100,0),aux.Stringid(64800100,1))
Duel.Hint(HINT_CARD,1-tp,64800100)
if op==0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
local g=Duel.SelectMatchingCard(tp,aux.TRUE,tp,LOCATION_ONFIELD,0,1,1,nil)
if g:GetCount()>0 then
Duel.HintSelection(g)
Duel.Destroy(g,REASON_EFFECT)
......@@ -58,9 +54,3 @@ function c64800100.lvcg(e,c,rc)
return 4*65536+lv
end
end
function c64800100.slevel(e,c)
local lv=e:GetHandler():GetLevel()
if c:IsSetCard(0x641a) then
return 4*65536+lv
end
end
\ No newline at end of file
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