Commit 7d35b95c authored by nekrozar's avatar nekrozar

fix F.A. Turbo Charger

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=22105

この場合、フィールドの「F.A.ターボチャージャー」しか、カードの効果の対象として選択する事ができなくなっていますので、墓地のモンスターを対象として発動する「ジャンク・シンクロン」のモンスター効果を発動する事はできません。
parent 71bd7441
......@@ -22,7 +22,7 @@ function c75059201.initial_effect(c)
e3:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e3:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_SET_AVAILABLE)
e3:SetRange(LOCATION_MZONE)
e3:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e3:SetTargetRange(0xff,0xff)
e3:SetTarget(c75059201.tglimit)
e3:SetValue(c75059201.tgval)
c:RegisterEffect(e3)
......
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