Commit 8b77300c authored by nekrozar's avatar nekrozar

fix

parent a43e52ca
......@@ -33,10 +33,10 @@ function c42548470.activate(e,tp,eg,ep,ev,re,r,rp)
local tc2=g:GetNext()
local lv1=tc1:GetLevel()
local lv2=tc2:GetLevel()
if lv1==lv2 then return end
if tc1:IsFaceup() and tc1:IsRelateToEffect(e) and tc2:IsFaceup() and tc2:IsRelateToEffect(e) then
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_TARGET)
local sg=g:Select(1-tp,1,1,nil)
if lv1==lv2 then return end
if sg:GetFirst()==tc1 then
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
......
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