Commit bb2e873a authored by Amiya's avatar Amiya

修复

parent b3738aee
...@@ -49,7 +49,6 @@ end ...@@ -49,7 +49,6 @@ end
function s.atkcon(e,tp,eg,ep,ev,re,r,rp) function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
local rc=eg:GetFirst() local rc=eg:GetFirst()
return rc==Duel.GetAttacker() and rc:IsStatus(STATUS_OPPO_BATTLE) and rc:IsFaceup() return rc==Duel.GetAttacker() and rc:IsStatus(STATUS_OPPO_BATTLE) and rc:IsFaceup()
and bit.band(rc:GetType(),0x81)==0x81
and rc:IsSetCard(0x7f) and rc:IsType(TYPE_XYZ) and rc:IsSetCard(0x7f) and rc:IsType(TYPE_XYZ)
and rc:IsAttackAbove(1000) and rc:IsAttackAbove(1000)
and rc:IsAttribute(ATTRIBUTE_LIGHT) and rc:IsControler(tp) and rc:IsAttribute(ATTRIBUTE_LIGHT) and rc:IsControler(tp)
......
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