Commit acce78e6 authored by GuGu's avatar GuGu

Update c27507.lua

parent c0c17f37
Pipeline #40153 passed with stage
in 6 seconds
......@@ -138,6 +138,6 @@ function s.spcon(e,c)
end
function s.spop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_GRAVE,0,3,3,nil)
local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_GRAVE,0,3,3,e:GetHandler())
Duel.Remove(g,POS_FACEUP,REASON_COST)
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