Commit 351cafe7 authored by salix5's avatar salix5 Committed by GitHub

fix 銀龍の轟咆

parent c657fe1a
......@@ -24,7 +24,7 @@ function c87025064.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c87025064.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
if tc:IsRelateToEffect(e) and tc:IsRace(RACE_DRAGON) 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