Commit 45d343f4 authored by nekrozar's avatar nekrozar

fix Light Barrier

●「アルカナフォース」と名のついたモンスターの召喚・反転召喚・特殊召喚時に発動する効果は、コイントスを行わず裏表のどちらかを選んで適用する。
parent 4c4fe6f1
...@@ -57,6 +57,7 @@ function c73206827.effectcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,6 +57,7 @@ function c73206827.effectcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return (c:GetFlagEffect(73206828)==0 or c:IsHasEffect(EFFECT_CANNOT_DISABLE)) return (c:GetFlagEffect(73206828)==0 or c:IsHasEffect(EFFECT_CANNOT_DISABLE))
and rp==tp and re and re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsSetCard(0x5) and rp==tp and re and re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsSetCard(0x5)
and bit.band(re:GetCode(),EVENT_SUMMON_SUCCESS+EVENT_FLIP_SUMMON_SUCCESS+EVENT_SPSUMMON_SUCCESS)~=0
end end
function c73206827.effectop(e,tp,eg,ep,ev,re,r,rp) function c73206827.effectop(e,tp,eg,ep,ev,re,r,rp)
local res=0 local res=0
......
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