Commit 04126532 authored by GuGu's avatar GuGu

Update c28041.lua

parent f96731b0
......@@ -72,11 +72,13 @@ function c28041.op2_1(e,tp,eg,ep,ev,re,r,rp)
local e2_1_1=Effect.CreateEffect(c)
e2_1_1:SetType(EFFECT_TYPE_SINGLE)
e2_1_1:SetCode(EFFECT_DISABLE)
e2_1_1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2_1_1:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e2_1_1,true)
local e2_1_2=Effect.CreateEffect(c)
e2_1_2:SetType(EFFECT_TYPE_SINGLE)
e2_1_2:SetCode(EFFECT_DISABLE_EFFECT)
e2_1_2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2_1_2:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e2_1_2,true)
Duel.SpecialSummonComplete()
......
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