Commit f41dbff9 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix The Nimble Fish Gets the Gift (#1082)

parent 2f9acb9d
...@@ -57,7 +57,7 @@ function c43994202.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c43994202.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(1) e1:SetValue(1)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetCode(EFFECT_CANNOT_SET) e2:SetCode(EFFECT_CANNOT_MSET)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
local e3=e1:Clone() local e3=e1:Clone()
e3:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e3:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
......
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