Commit 0cb4fd5a authored by Tachibana's avatar Tachibana

eme

parent 43e065af
Pipeline #6249 passed with stages
in 36 minutes and 52 seconds
......@@ -42,18 +42,14 @@ function c9399300.operation(e,tp,eg,ep,ev,re,r,rp)
local c1,c2=Duel.TossCoin(tp,2)
if c1+c2==2 then
Duel.GetControl(tc,tp)
local e1=Effect.CreateEffect(tc)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(9399300,1))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DUAL_STATUS)
e1:SetCode(EFFECT_ADD_SETCODE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(0x3f99)
tc:RegisterEffect(e1)
local e3=Effect.CreateEffect(tc)
e3:SetDescription(aux.Stringid(9399300,1))
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_ADD_SETCODE)
e3:SetReset(RESET_EVENT+RESETS_STANDARD)
e3:SetValue(0x3f99)
tc:RegisterEffect(e3)
if tc:IsType(TYPE_DUAL) then tc:EnableDualState() end
else
Duel.Destroy(tc,REASON_EFFECT)
end
......
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