Commit d43a38c9 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 684170ec
...@@ -30,7 +30,7 @@ function c28240337.atkval(e,c) ...@@ -30,7 +30,7 @@ function c28240337.atkval(e,c)
return Duel.GetMatchingGroupCount(Card.IsRace,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,LOCATION_GRAVE+LOCATION_MZONE,nil,RACE_ZOMBIE)*100 return Duel.GetMatchingGroupCount(Card.IsRace,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,LOCATION_GRAVE+LOCATION_MZONE,nil,RACE_ZOMBIE)*100
end end
function c28240337.cfilter(c) function c28240337.cfilter(c)
return c:IsRace(RACE_ZOMBIE) return c:GetPreviousRaceOnField()&RACE_ZOMBIE~=0
end end
function c28240337.spcon(e,tp,eg,ep,ev,re,r,rp) function c28240337.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c28240337.cfilter,1,nil) return eg:IsExists(c28240337.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