Commit 6e51170a authored by mercury233's avatar mercury233 Committed by GitHub

fix タキオン・ギャラクシースパイラル

parent 652def7d
...@@ -17,7 +17,7 @@ function c89789152.initial_effect(c) ...@@ -17,7 +17,7 @@ function c89789152.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c89789152.filter(c) function c89789152.filter(c)
return c:IsFaceup() and c:IsSetCard(0x7b) and c:IsRace(RACE_DRAGON) return c:IsFaceup() and c:IsSetCard(0x107b) and c:IsRace(RACE_DRAGON)
end end
function c89789152.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c89789152.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c89789152.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c89789152.filter(chkc) end
......
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