Commit b4713a16 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 救魔の奇石, ジェイドナイト (#1698)

parent a60769eb
......@@ -21,7 +21,7 @@ function c44364207.initial_effect(c)
c:RegisterEffect(e2)
end
function c44364207.indestg(e,c)
return c:IsRace(RACE_MACHINE) and c:IsAttackBelow(1200)
return c:IsRace(RACE_MACHINE) and c:IsAttackBelow(1200) and e:GetHandler():IsAttackPos()
end
function c44364207.indesval(e,re)
return re:GetHandler():IsType(TYPE_TRAP)
......
......@@ -5,6 +5,7 @@ function c46984349.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,46984349+EFFECT_COUNT_CODE_OATH)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetCost(c46984349.cost)
e1:SetTarget(c46984349.target)
......
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