Commit ea9ab75b authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix プロモーション (#1848)

parent 0121a3c2
......@@ -12,7 +12,7 @@ function c88617904.initial_effect(c)
c:RegisterEffect(e1)
end
function c88617904.tgfilter(c,tp)
return c:IsRace(RACE_WARRIOR) and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsLevelBelow(3)
return c:IsFaceup() and c:IsRace(RACE_WARRIOR) and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsLevelBelow(3)
and c:IsAbleToGrave() and Duel.GetMZoneCount(tp,c)>0
end
function c88617904.spfilter(c,e,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