Commit 7d6b1811 authored by mercury233's avatar mercury233 Committed by GitHub

fix DDD狙撃王テル

parent 764a97f3
...@@ -5,6 +5,7 @@ function c71612253.initial_effect(c) ...@@ -5,6 +5,7 @@ function c71612253.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
--atk & def --atk & def
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(71612253,1))
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE+CATEGORY_DAMAGE) e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE+CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
......
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