Commit b9b67cb4 authored by salix5's avatar salix5 Committed by GitHub

fix 大天使クリスティア

parent 826d9055
...@@ -63,7 +63,7 @@ function c59509952.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -63,7 +63,7 @@ function c59509952.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c59509952.operation(e,tp,eg,ep,ev,re,r,rp) function c59509952.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc and tc:IsRelateToEffect(e) then if tc and tc:IsRelateToEffect(e) and tc:IsRace(RACE_FAIRY) then
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
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