Commit 4b2b5a9c authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Helshaddoll Hollow (#2031)

parent 669440ea
...@@ -24,7 +24,8 @@ function c92079625.initial_effect(c) ...@@ -24,7 +24,8 @@ function c92079625.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c92079625.cfilter(c,tp) function c92079625.cfilter(c,tp)
return c:IsFaceup() and Duel.IsExistingMatchingCard(c92079625.tgfilter,tp,LOCATION_EXTRA,0,1,nil,c:GetAttribute()) return c:IsFaceup() and c:IsAbleToRemove()
and Duel.IsExistingMatchingCard(c92079625.tgfilter,tp,LOCATION_EXTRA,0,1,nil,c:GetAttribute())
end end
function c92079625.tgfilter(c,att) function c92079625.tgfilter(c,att)
return c:IsAbleToGrave() and c:IsAttribute(att) and c:IsSetCard(0x9d) return c:IsAbleToGrave() and c:IsAttribute(att) and c:IsSetCard(0x9d)
......
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