Commit 71517e97 authored by Amiya's avatar Amiya

修复

parent d63a2a1f
Pipeline #31738 passed with stages
in 2 minutes and 56 seconds
......@@ -110,7 +110,7 @@ end
function c90411554.spop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
local c=e:GetHandler()
if aux.NecroValleyFilter()(tc) then return end
if not aux.NecroValleyFilter()(tc) then return end
if tc:IsRelateToChain() or (tc==c and c:IsLocation(LOCATION_GRAVE) and c:IsPreviousLocation(LOCATION_HAND) and c:GetReasonEffect()==e) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
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