Commit adbcbdd8 authored by wind2009's avatar wind2009 Committed by GitHub

Fix E・HERO バブルマン・ネオ (#3077)

parent a211cb83
--E・HERO バブルマン・ネオ
function c5285665.initial_effect(c)
aux.AddCodeList(c,79979666,46411259)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
......@@ -34,7 +35,7 @@ function c5285665.spfilter(c)
return c:IsCode(79979666,46411259) and c:IsAbleToGraveAsCost()
end
function c5285665.spfilter1(c,tp)
return c:IsCode(79979666) and c:IsLocation(LOCATION_MZONE) and Duel.GetMZoneCount(tp,c)>0
return c:IsCode(79979666) and c:IsFaceup() and c:IsLocation(LOCATION_MZONE) and Duel.GetMZoneCount(tp,c)>0
end
function c5285665.spfilter2(c)
return c:IsCode(46411259) and c:IsLocation(LOCATION_HAND)
......
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