Commit 13d27340 authored by POLYMER's avatar POLYMER

fix

parent 6adab656
......@@ -37,6 +37,7 @@ end
function s.rsop(e,tp,eg,ep,ev,re,r,rp)
-- 选择送墓的卡
if Duel.IsExistingMatchingCard(s.ritualfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED+LOCATION_HAND,0,1,nil,e,tp) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g1=Duel.SelectMatchingCard(tp,s.costfilter1,tp,LOCATION_HAND+LOCATION_ONFIELD,0,1,1,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
......@@ -66,4 +67,5 @@ function s.rsop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
end
end
end
end
\ No newline at end of file
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