Commit 727f2d1a authored by mercury233's avatar mercury233 Committed by GitHub

fix メガロイド都市

parent 34d17692
...@@ -109,7 +109,7 @@ function c44139064.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -109,7 +109,7 @@ function c44139064.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local tc=tg:GetFirst() local tc=tg:GetFirst()
if tc:IsRelateToBattle() and tc:IsControler(1-tp) then if tc:IsRelateToBattle() and tc:IsControler(tp) then
local batk=tc:GetBaseAttack() local batk=tc:GetBaseAttack()
local bdef=tc:GetBaseDefense() local bdef=tc:GetBaseDefense()
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