Commit ca05fa64 authored by Amiya's avatar Amiya

修复

parent 54f3654e
Pipeline #36247 passed with stages
in 3 minutes and 57 seconds
...@@ -172,7 +172,7 @@ function s.pentg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -172,7 +172,7 @@ function s.pentg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function s.penop(e,tp,eg,ep,ev,re,r,rp) function s.penop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) and aux.NecroValleyFilter()(tc) then
Duel.MoveToField(c,tp,tp,LOCATION_PZONE,POS_FACEUP,true) Duel.MoveToField(c,tp,tp,LOCATION_PZONE,POS_FACEUP,true)
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