Commit f7238fb0 authored by mercury233's avatar mercury233 Committed by GitHub

fix 呪符竜

parent a61a347f
......@@ -70,7 +70,7 @@ function c75380687.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c75380687.spop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) tc:IsRace(RACE_SPELLCASTER) then
if tc:IsRelateToEffect(e) and tc:IsRace(RACE_SPELLCASTER) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
end
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