Commit 43f0ef4a authored by salix5's avatar salix5

fix 魔導剣士 シャリオ

parent fedcea90
......@@ -32,7 +32,7 @@ function c49191560.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c49191560.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsFaceup() and tc:IsRelateToEffect(e) then
if tc:IsRelateToEffect(e) and tc:IsRace(RACE_SPELLCASTER) then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc)
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