Commit 1a4bd0b7 authored by sidschingis's avatar sidschingis

fix

If the "is unaffected by the effects of other Spell/Trap Cards." effect
of "Forbidden Lance" is applied to a monster, "Skill Prisoner" can still
be activated by targeting that monster. Even in this case, the effect of
"Skill Prisoner" is applied normally. (Since the effect of "Skill
Prisoner" has been applied, any monster effects that target that monster
will be negated.)[2]

http://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=12980&request_locale=ja
parent efe56f9f
......@@ -37,6 +37,7 @@ function c63227401.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterFlagEffect(63227401,RESET_EVENT+0x1fc0000+RESET_PHASE+PHASE_END,0,1)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EVENT_CHAIN_SOLVING)
e1:SetCondition(c63227401.discon)
e1:SetOperation(c63227401.disop)
......
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