Commit d2657adb authored by mercury233's avatar mercury233 Committed by GitHub

fix DDD赦俿王デス・マキナ

■『②』は、ペンデュラムモンスターカードのペンデュラムゾーンへの発動、ペンデュラムモンスターカードのペンデュラム効果の発動、装備カードとして魔法&罠ゾーンに存在するモンスターカードの効果の発動の、いずれに対してもチェーンして発動できます。(いずれもモンスターカードの効果の発動に含まれます。)
parent 2ee5e70c
...@@ -70,7 +70,8 @@ function c46593546.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,8 @@ function c46593546.spop(e,tp,eg,ep,ev,re,r,rp)
end end
function c46593546.ovlcon(e,tp,eg,ep,ev,re,r,rp) function c46593546.ovlcon(e,tp,eg,ep,ev,re,r,rp)
local rc=re:GetHandler() local rc=re:GetHandler()
return rc:IsControler(1-tp) and rc:GetOriginalType()&TYPE_MONSTER~=0 and re:GetActivateLocation()&LOCATION_ONFIELD~=0 return rc:IsControler(1-tp) and rc:GetOriginalType()&TYPE_MONSTER~=0
and (re:GetActivateLocation()&LOCATION_ONFIELD~=0 or re:IsHasType(EFFECT_TYPE_ACTIVATE))
end end
function c46593546.ovltgfilter(c) function c46593546.ovltgfilter(c)
return c:IsFaceup() and c:IsSetCard(0xae) return c:IsFaceup() and c:IsSetCard(0xae)
......
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