Commit 91d3ab00 authored by 未闻皂名's avatar 未闻皂名

2020/10/14 修正:椅子陷阱的漏判

parent 94ba3698
No preview for this file type
...@@ -15,6 +15,7 @@ end ...@@ -15,6 +15,7 @@ end
--Activate --Activate
function cm.confilter(c,tp) function cm.confilter(c,tp)
return c:GetPreviousControler()==tp and c==Duel.GetAttackTarget() return c:GetPreviousControler()==tp and c==Duel.GetAttackTarget()
and c:IsPreviousPosition(POS_FACEUP_ATTACK)
and bit.band(c:GetPreviousAttributeOnField(),ATTRIBUTE_DARK)~=0 and bit.band(c:GetPreviousAttributeOnField(),ATTRIBUTE_DARK)~=0
and c:GetPreviousAttackOnField()==0 and c:GetPreviousAttackOnField()==0
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