Commit d54b1bdc authored by VanillaSalt's avatar VanillaSalt

Merge pull request #776 from sidschingis/patch-2

fix
parents 4de6de45 4622e532
...@@ -33,7 +33,7 @@ function c81788994.initial_effect(c) ...@@ -33,7 +33,7 @@ function c81788994.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c81788994.cfilter(c) function c81788994.cfilter(c)
return c:IsSetCard(0x9d) and c:IsReason(REASON_EFFECT) and not c:IsReason(REASON_RETURN) return c:IsSetCard(0x9d) and c:IsType(TYPE_MONSTER) and c:IsReason(REASON_EFFECT) and not c:IsReason(REASON_RETURN)
end end
function c81788994.ctcon(e,tp,eg,ep,ev,re,r,rp) function c81788994.ctcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c81788994.cfilter,1,nil) return eg:IsExists(c81788994.cfilter,1,nil)
......
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