Commit ad8058a5 authored by Grajade's avatar Grajade

Update c33331556.lua

parent 379521b5
...@@ -53,7 +53,7 @@ function c33331556.op2(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function c33331556.op2(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
local zone=aux.SequenceToGlobal(tp,LOCATION_MZONE,2) local zone=aux.SequenceToGlobal(tp,LOCATION_MZONE,2)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=Duel.SelectMatchingCard(tp,c33331554.ofilter2,tp,LOCATION_HAND,0,1,1,nil,e,tp,zone) local sg=Duel.SelectMatchingCard(tp,c33331556.tfilter2,tp,LOCATION_HAND,0,1,1,nil,e,tp,zone)
local sc=sg:GetFirst() local sc=sg:GetFirst()
if sc and Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP,zone)>0 and tc:IsRelateToEffect(e) then if sc and Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP,zone)>0 and tc:IsRelateToEffect(e) then
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
......
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