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

Update c8841431.lua (#2672)

parent 2494a436
......@@ -71,7 +71,7 @@ function s.thdop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.indcon(e)
return not e:GetHandler():IsSummonLocation(LOCATION_EXTRA)
return e:GetHandler():GetSummonLocation()~=0 and not e:GetHandler():IsSummonLocation(LOCATION_EXTRA)
end
function s.cfilter(c,tp,rp)
return c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp) and c:IsPreviousSetCard(0x1a2)
......
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