Commit 557f5264 authored by 森野さくら's avatar 森野さくら 🐟

Replace c33701377.lua

parent 73a54c50
......@@ -14,16 +14,16 @@ 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 b={}
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(1-tp,table.unpack(m))
b[ct]=aux.Stringid(m,0) n[ct]=1 ct=ct+1
if t2 then b[ct]=aux.Stringid(m,1) n[ct]=2 ct=ct+1 end
local sp=Duel.SelectOption(1-tp,table.unpack(b))
op=n[sp+1]
Duel.BreakEffect()
if op==1 then
local e1=Effect.CreateEffect(c)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CHANGE_DAMAGE)
e1:SetRange(LOCATION_MZONE)
......
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