Commit 241a1651 authored by nekrozar's avatar nekrozar

fix Flash Charge Dragon

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=13838
■『自分はこのカードのリンク先にモンスターを出せない』は効果の扱いではありません。
parent 9345cc53
...@@ -9,7 +9,7 @@ function c95372220.initial_effect(c) ...@@ -9,7 +9,7 @@ function c95372220.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_MUST_USE_MZONE) e1:SetCode(EFFECT_MUST_USE_MZONE)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetValue(c95372220.zonelimit) e1:SetValue(c95372220.zonelimit)
c:RegisterEffect(e1) c:RegisterEffect(e1)
...@@ -44,7 +44,7 @@ function c95372220.initial_effect(c) ...@@ -44,7 +44,7 @@ function c95372220.initial_effect(c)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
function c95372220.zonelimit(e) function c95372220.zonelimit(e)
return 0x7f & ~e:GetHandler():GetLinkedZone() return 0x7f007f & ~e:GetHandler():GetLinkedZone()
end end
function c95372220.cfilter(c,ec) function c95372220.cfilter(c,ec)
if c:IsLocation(LOCATION_MZONE) then if c:IsLocation(LOCATION_MZONE) then
......
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