Commit 7f678a97 authored by mallu11's avatar mallu11 Committed by GitHub

fix 鉄獣の邂逅 (#1512)

parent 075a6d4c
......@@ -6,8 +6,9 @@ function c96378317.initial_effect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCountLimit(1,96378317)
e1:SetCondition(aux.dscon)
e1:SetTarget(c96378317.target)
e1:SetOperation(c96378317.activate)
c:RegisterEffect(e1)
......
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