Commit 8c6d79d5 authored by Amiya's avatar Amiya

修复

parent 97b29626
Pipeline #41477 passed with stages
in 2 minutes and 25 seconds
...@@ -65,7 +65,7 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,7 +65,7 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if c:IsRelateToChain() and tc and tc:IsRelateToChain() if c:IsRelateToChain() and tc and tc:IsRelateToChain()
and tc:IsControler(1-tp) then and tc:IsControler(1-tp) and tc:IsType(TYPE_MONSTER) then
Duel.GetControl(c,1-tp) Duel.GetControl(c,1-tp)
local fid=c:GetFieldID() local fid=c:GetFieldID()
if c:GetFlagEffectLabel(id)~=fid then if c:GetFlagEffectLabel(id)~=fid then
......
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