Commit 10eb6193 authored by GuGu's avatar GuGu

Update c60151307.lua

parent 1877091a
Pipeline #34005 passed with stage
in 27 seconds
......@@ -48,7 +48,7 @@ end
function c60151307.spop2(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(tp,c60151307.spfilter,tp,LOCATION_ONFIELD,0,1,1,nil)
Duel.SendtoDeck(g,nil,2,REASON_COST)
Duel.SendtoDeck(g,nil,2,REASON_SPSUMMON)
end
function c60151307.tgfilter(c,e,tp)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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