Commit 6f03fee3 authored by TanakaKotoha's avatar TanakaKotoha

gua

parent 12b3d90b
No preview for this file type
......@@ -92,8 +92,6 @@ function c47579900.ovop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(og,REASON_RULE)
end
Duel.Overlay(c,Group.FromCards(tc))
end
if c:IsRelateToEffect(e) and c:IsChainAttackable() then
Duel.ChainAttack()
end
end
......
......@@ -16,7 +16,6 @@ function c60150536.initial_effect(c)
e3:SetCode(EFFECT_CANNOT_ATTACK)
e3:SetRange(LOCATION_MZONE)
e3:SetTargetRange(0,LOCATION_MZONE)
e3:SetCondition(c60150536.thcon)
e3:SetTarget(c60150536.atktarget)
c:RegisterEffect(e3)
--DISABLE
......@@ -25,17 +24,8 @@ function c60150536.initial_effect(c)
e5:SetCode(EFFECT_DISABLE)
e5:SetRange(LOCATION_MZONE)
e5:SetTargetRange(0,LOCATION_MZONE)
e5:SetCondition(c60150536.thcon)
e5:SetTarget(c60150536.atktarget2)
c:RegisterEffect(e5)
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD)
e4:SetCode(EFFECT_DISABLE_EFFECT)
e4:SetRange(LOCATION_MZONE)
e4:SetTargetRange(0,LOCATION_MZONE)
e4:SetCondition(c60150536.thcon)
e4:SetTarget(c60150536.atktarget2)
c:RegisterEffect(e4)
--
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(60150536,0))
......
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