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

fix 闇晦ましの城

parent 2c95351c
...@@ -10,7 +10,7 @@ function c62121.initial_effect(c) ...@@ -10,7 +10,7 @@ function c62121.initial_effect(c)
end end
function c62121.operation(e,tp,eg,ep,ev,re,r,rp) function c62121.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetMatchingGroup(Card.IsRace,tp,LOCATION_MZONE,0,nil,RACE_ZOMBIE) local g=Duel.GetMatchingGroup(Card.IsRace,tp,LOCATION_MZONE,LOCATION_MZONE,nil,RACE_ZOMBIE)
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -43,7 +43,7 @@ function c62121.atkcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,7 @@ function c62121.atkcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c62121.atkop(e,tp,eg,ep,ev,re,r,rp) function c62121.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetMatchingGroup(Card.IsRace,tp,LOCATION_MZONE,0,nil,RACE_ZOMBIE) local g=Duel.GetMatchingGroup(Card.IsRace,tp,LOCATION_MZONE,LOCATION_MZONE,nil,RACE_ZOMBIE)
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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