Commit 22e9ac17 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix--ブラック・ガーデン (#2669)

* Update c71645242.lua

* Update c71645242.lua

---------
Co-authored-by: Chen Bill's avatarsalix5 <salix5566@gmail.com>
parent 9363367a
......@@ -64,7 +64,7 @@ function c71645242.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0)
end
function c71645242.opfilter(c,e)
return c:IsRelateToEffect(e) and not c:IsImmuneToEffect(e)
return c:IsLocation(LOCATION_MZONE) and c:IsRelateToEffect(e) and not c:IsImmuneToEffect(e)
end
function c71645242.spop(e,tp,eg,ep,ev,re,r,rp)
local g=eg:Filter(c71645242.opfilter,nil,e)
......
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