Commit ab5cf402 authored by Tachibana's avatar Tachibana 🐟

pic

parent b82784f4
Pipeline #26385 passed with stages
in 21 minutes and 51 seconds
......@@ -7,7 +7,7 @@ function s.sprule(c)
aux.AddContactFusionProcedure(c,s.cfilter,LOCATION_ONFIELD,LOCATION_ONFIELD,s.sprop(c))
end
function s.mfilter(c)
return c:IsCode(47370101) or c:IsFusionSetCard(0x43c)
return c:IsCode(47370101) or (c:IsFusionSetCard(0x43c) and c:GetOriginalType()&TYPE_MONSTER~=0)
end
function s.mfilter2(c)
return c:IsFacedown()
......
......@@ -62,6 +62,7 @@ function s.disable(c)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_FIELD)
e1:SetCode(EVENT_SSET)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,id-1000)
e1:SetCondition(s.discon)
e1:SetTarget(s.distg)
......
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