Commit 23684246 authored by nanahira's avatar nanahira

fix

parent 2f555746
...@@ -130,6 +130,7 @@ end ...@@ -130,6 +130,7 @@ end
function c29432356.eftg2(e,c) function c29432356.eftg2(e,c)
local rpz=Duel.GetFieldCard(1-e:GetHandlerPlayer(),LOCATION_PZONE,1) local rpz=Duel.GetFieldCard(1-e:GetHandlerPlayer(),LOCATION_PZONE,1)
return c==Duel.GetFieldCard(1-e:GetHandlerPlayer(),LOCATION_PZONE,0) return c==Duel.GetFieldCard(1-e:GetHandlerPlayer(),LOCATION_PZONE,0)
and rpz
and c:GetFlagEffectLabel(31531170)==rpz:GetFieldID() and c:GetFlagEffectLabel(31531170)==rpz:GetFieldID()
and rpz:GetFlagEffectLabel(31531170)==c:GetFieldID() and rpz:GetFlagEffectLabel(31531170)==c:GetFieldID()
end 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