Commit cc802727 authored by Tachibana's avatar Tachibana

ndyd

parent 868d56a3
......@@ -14,12 +14,12 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SetLP(1-tp,Duel.GetLP(1-tp)*4)
local t2=Duel.IsPlayerCanDraw(tp)
local op=0
local m={}
local m1={}
local n={}
local ct=1
m[ct]=aux.Stringid(m,0) n[ct]=1 ct=ct+1
if t2 then m[ct]=aux.Stringid(m,1) n[ct]=2 ct=ct+1 end
local sp=Duel.SelectOption(tp,table.unpack(m))
m1[ct]=aux.Stringid(m,0) n[ct]=1 ct=ct+1
if t2 then m1[ct]=aux.Stringid(m,1) n[ct]=2 ct=ct+1 end
local sp=Duel.SelectOption(tp,table.unpack(m1))
op=n[sp+1]
Duel.BreakEffect()
if op==1 then
......
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