Commit 9c6c663d authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224535.lua

parent 99c45ffc
Pipeline #31001 passed with stages
in 36 minutes and 41 seconds
......@@ -50,7 +50,7 @@ function c50224535.tetg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c50224535.teop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD)
local g=Duel.SelectMatchingCard(tp,c50224535.tefilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,1,nil)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c50224535.tefilter),tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,1,nil)
if #g>0 then
Duel.HintSelection(g)
local tc=g:GetFirst()
......
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