Commit 109b7513 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 42931d98
...@@ -22,7 +22,7 @@ function c95281259.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -22,7 +22,7 @@ function c95281259.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c95281259.activate(e,tp,eg,ep,ev,re,r,rp) function c95281259.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) and tc:IsRace(RACE_WARRIOR) then
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
end end
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