Commit 1788e35d authored by wind2009's avatar wind2009

Fix 地獄人形の館

parent 20af7bf5
...@@ -51,7 +51,7 @@ function s.indtg(e,c) ...@@ -51,7 +51,7 @@ function s.indtg(e,c)
return c:IsSetCard(0x1083) and c:IsFaceup() return c:IsSetCard(0x1083) and c:IsFaceup()
end end
function s.efilter(e,re) function s.efilter(e,re)
return e:GetHandlerPlayer()~=re:GetOwnerPlayer() and re:IsActivated() and re:GetHandler():IsType(TYPE_MONSTER) and not re:GetHandler():IsType(TYPE_XYZ) return e:GetHandlerPlayer()~=re:GetOwnerPlayer() and re:IsActivated() and re:IsActiveType(TYPE_MONSTER) and not re:GetHandler():IsType(TYPE_XYZ)
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsSetCard(0x1083) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE,1-tp) return c:IsSetCard(0x1083) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE,1-tp)
......
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