Commit f598f994 authored by mercury233's avatar mercury233 Committed by GitHub

fix アラメシアの儀

parent 328db84a
...@@ -16,7 +16,8 @@ function c3285551.initial_effect(c) ...@@ -16,7 +16,8 @@ function c3285551.initial_effect(c)
end end
function c3285551.chainfilter(re,tp,cid) function c3285551.chainfilter(re,tp,cid)
local rc=re:GetHandler() local rc=re:GetHandler()
return not (re:IsActiveType(TYPE_MONSTER) and rc:IsLocation(LOCATION_MZONE) and not rc:IsSummonType(SUMMON_TYPE_SPECIAL)) local loc=Duel.GetChainInfo(cid,CHAININFO_TRIGGERING_LOCATION)
return not (re:IsActiveType(TYPE_MONSTER) and loc==LOCATION_MZONE and not rc:IsSummonType(SUMMON_TYPE_SPECIAL))
end end
function c3285551.cfilter0(c) function c3285551.cfilter0(c)
return c:IsCode(3285552) and c:IsFaceup() return c:IsCode(3285552) and c:IsFaceup()
......
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