Commit a1e091a4 authored by mercury233's avatar mercury233

fix

parent 11164e0f
......@@ -21,7 +21,7 @@ function c101111014.initial_effect(c)
c:RegisterEffect(e3)
local e4=e3:Clone()
e4:SetCode(EFFECT_UPDATE_DEFENSE)
e3:SetValue(2000)
e4:SetValue(2000)
c:RegisterEffect(e4)
end
function c101111014.sfilter(c)
......
......@@ -66,7 +66,7 @@ function c101111016.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,1-ts,HINTMSG_SET)
local tg=sg:RandomSelect(1-ts,1)
local tc=tg:GetFirst()
if tc and Duel.SSet(tp,tc,tp,false)~=0 then
if tc and Duel.SSet(tp,tc,ts,false)~=0 then
Duel.ShuffleDeck(ts)
local c=e:GetHandler()
local fid=c:GetFieldID()
......
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