Commit 97396602 authored by wind2009's avatar wind2009

Merge branch 'patch-1' into 'master'

fix

See merge request mycard/pre-release-database-cdb!121
parents bbe3943e 91749657
Pipeline #30015 passed with stages
in 1 minute and 18 seconds
......@@ -87,7 +87,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function s.thop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
if tc:IsRelateToEffect(e) and aux.NecroValleyFilter()(tc) then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
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